Tag: machine learning
What is Chi-Square Test? Chi- Square Test Explained
Contributed by: Netali Agrawal LinkedIn Profile: https://www.linkedin.com/in/netali-agrawal-31192a71/
The Chi-square test is also known as the name of the “goodness of fit test”. But questions that first strike our...
Azure Tutorial | Predicting using Azure Machine Learning Tutorial
You might have heard of Machine learning, and even know all the basics but somehow you are finding it hard to code what you understood in those...
Data Science vs Machine Learning and Artificial Intelligence
What is Data Science?What is Artificial Intelligence?What is Machine Learning?Difference between AI and Machine Learning Difference between machine learning and data scienceRelationship Between Data Science, Artificial Intelligence and Machine LearningDifference Between...
What is Rest API in Python? How to create web APIs with Python?
Contributed by: Akash Mishra
Rest (Representational State Transfer) API Python framework is a set of utilities based on werkzeug to easily build Restful API. It is easy to...
Linear Discriminant Analysis or LDA in Python
Contributed by: Rahul Singh LinkedIn Profile: https://www.linkedin.com/in/rahul-singh-3b213117/
Linear Discriminant AnalysisWhy do we need to reduce dimensions in a data set?How to deal...