891 views

1 Answer

0 0 votes
Depending on the definition of the model and how the cost function is designed one estimator can be used for both classification and regression. Some estimators such as k-NN or SVM can be used for both regression and classification. Logistic Regression and Softmax Regressions are just (normally) useful for classification. Therefore, you need to search to see if there is a version of the estimator with the same name that can be used for different purposes.

Related questions

3 3 votes
1 answers 1 answer
6.3k
6.3k views
SinaML asked Sep 3, 2018
6,316 views
Could you please show a summary of all the branches in Machine Learning?
1 1 vote
0 0 answers
381
381 views
1 1 vote
1 answers 1 answer
1.3k
1.3k views
tofighi asked Feb 7, 2020
1,343 views
If I want to find the latest trends in Machine Learning and best approaches known as the "State of the art" approach, what resources I can use?