Jun 10, 2020 | Data Science, Machine Learning, Python Programming, R Programming
Outlier Outliers are the extreme values in the data. If the value of a variable is too large or too small, i.e, if the value is beyond a certain acceptable range then we consider that value to be an...
Jun 10, 2020 | Artificial Intelligence, Data Science, Machine Learning, Python Programming
In this blog, we will learn to build a single variable logistic regression using Python and also interpret the model summary output. Business Objective Overview MyBank wishes to develop a...
Jun 5, 2020 | Data Science, Machine Learning, Statistics
Measures of Relationship Definition: The statistical measures which show a relationship between two or more variables are called Measures of Relationship. Correlation and Regression are commonly...
May 25, 2020 | Data Science, Machine Learning, Statistics
Why Hypothesis Testing? In Statistics, we use sampling to derive inference about the population from the sample. A sample can have a sampling error. The sampling error may sometime lead to wrong...
May 24, 2020 | Data Science, Machine Learning, Statistics
Metadata Data that provide information about other data is called Metadata. In other words, metadata is data about data. Metadata is as important as the data itself because it describes the data....
May 3, 2020 | Artificial Intelligence, Data Science, Machine Learning, Python Programming, R Programming
What is Logistic Regression? Logistic Regression is a machine learning technique that is used to model the probability of an event or class having a binary outcome. Logistic Regression is a...
Recent Comments