Business Analytics Unit 3 Notes
Business Analytics Unit 3 Notes
Regression Model
Regression is one of the most popular statistical technique which estimates the relationship between
variables. It models the relationship between a dependent variable and one or more independent variables.
It analyzes how the value of dependent variable changes on changing the values of independent variables in
the modeled relation.
Ensemble Learning
It belongs to the category of supervised learning algorithms in the branch of machine learning. These model
are developed by training several similar type models and finally combining their results on prediction. In
this way, the accuracy of the model is improved. Development in this way reduce the bias and reduce the
variance of the model. It helps in identifying the best model to be used with new data
Support Vector Machine
It is supervised kind of machine learning technique popularly used in predictive analytics. With associative
learning algorithms, it analyzes the data for classification and regression. However, it is mostly used in
classification applications. It is a discriminative classifier which is defined by a hyperplane to classify
examples into categories. It is the representation of examples in a plane such that the examples are separated
into categories with a clear gap. The new examples are then predicted to belong to a class as which side of
the gap they fall.