You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have a question regarding the difference between Classification and Regression learners (e.g., classif.glmnet vs regr.glmnet, and classif.randomForest vs regr.randomForest). From my initial understanding, both types of learners seem to work well for prediction tasks where the goal is to build a predictive model for a two-class dependent variable.
I know that Classification learners are typically used for predicting class labels (e.g., 0 or 1, or multiple categories), while Regression learners are designed for predicting continuous outcomes. However, I believe that Regression learners can also be used for predicting class labels. Is this correct?
Could someone clarify the distinctions between these learners and when to use each one?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I have a question regarding the difference between Classification and Regression learners (e.g.,
classif.glmnet
vsregr.glmnet
, andclassif.randomForest
vsregr.randomForest
). From my initial understanding, both types of learners seem to work well for prediction tasks where the goal is to build a predictive model for a two-class dependent variable.I know that Classification learners are typically used for predicting class labels (e.g., 0 or 1, or multiple categories), while Regression learners are designed for predicting continuous outcomes. However, I believe that Regression learners can also be used for predicting class labels. Is this correct?
Could someone clarify the distinctions between these learners and when to use each one?
Thanks!
The text was updated successfully, but these errors were encountered: