-
Notifications
You must be signed in to change notification settings - Fork 3
Part3 regression.md
Rishav-hub edited this page Dec 31, 2020
·
1 revision
Regression algorithms predict the output values based on input features from the data fed in the system. The go-to methodology is the algorithm builds a model on the features of training data and using the model to predict the value for new data.
There are many ML algorithms through which regression can be performed. Eg- Linear Regression, Logistic Regression, SVM Regressor.
Article related to it - Link
Video related to it - Link