Classifier that implements the ordinal logistic model (All-Threshold variant)
Parameters: | alpha: float :
|
---|
References
J. D. M. Rennie and N. Srebro, “Loss Functions for Preference Levels : Regression with Discrete Ordered Labels,” in Proceedings of the IJCAI Multidisciplinary Workshop on Advances in Preference Handling, 2005.
Methods
Classifier that implements the ordinal logistic model (Immediate-Threshold variant)
The score is the same as in multiclass classification methods (i.e. metrics.accuracy_score)
Parameters: | alpha: float :
|
---|
References
J. D. M. Rennie and N. Srebro, “Loss Functions for Preference Levels : Regression with Discrete Ordered Labels,” in Proceedings of the IJCAI Multidisciplinary Workshop on Advances in Preference Handling, 2005.
Methods
Least Absolute Deviation
Methods
Methods
Overwrite Ridge from scikit-learn to use the (minus) absolute error as score function.
(see https://github.com/scikit-learn/scikit-learn/issues/3848 on why this cannot be accomplished using a GridSearchCV object)
Methods