ML CLASS 5 Logistic Regression Algorithm
ML CLASS 5 Logistic Regression Algorithm
Algorithm
G A YA T H R I P R A S A D S
Overview
Efficient Computation
Due to its simple probabilistic interpretation, the training time of
logistic regression algorithm comes out to be far less than most
complex algorithms
The predicted parameters (trained weights) give inference about
the importance of each feature. The direction of association i.e.
positive or negative is also given. So we can use logistic
regression to find out the relationship between the features.
Compared to some other machine learning algorithms, Logistic
Regression will provide probability predictions and not only
classification labels.
In a low dimensional dataset having a sufficient number of
training examples, logistic regression is less prone to over-fitting.
Logistic Regression proves to be very efficient when the dataset
has features that are linearly separable.
Disadvantages
Dataset used:
https://
drive.google.com/file/d/15pc24lVzokKXhPvjqj
vgmMNqSc611EoL/view?usp=sharing