statgarten / stove

Machine learning modeling, visualization
http://www.statgarten.com/stove/
Other
17 stars 6 forks source link

[FEATURE] classification for multiclass data #18

Closed ycseong07 closed 1 year ago

ycseong07 commented 1 year ago

Some algorithms for classification doesn't support multiclass calssification (e.g. logistic regression).

ycseong07 commented 1 year ago

Except for Logistic Regression, all functions currently implemented support multiclass classification.

+) Modified the rocCurve() function to show the message "rocCurve()` supports only the results of the binary classification model." when multiclass classification was implemented.