简体   繁体   English

使用 mlr 进行序数逻辑回归?

[英]Ordinal Logistic Regression with mlr?

Is there any way to perform Ordinal Logistic Regression (OLR) with mlr ?有没有办法用mlr执行序数逻辑回归(OLR)

One common implementation is the polr function from the MASS library.一种常见的实现是来自MASS库的polr function。

See: https://www.analyticsvidhya.com/blog/2016/02/multinomial-ordinal-logistic-regression/参见: https://www.analyticsvidhya.com/blog/2016/02/multinomial-ordinal-logistic-regression/

or或者

Ordinal Logistic Regression In R R 中的序数逻辑回归

This isn't supported at the moment and won't be added to mlr (though possibly to mlr3 at some point).目前不支持此功能,也不会添加到 mlr(尽管在某些时候可能会添加到 mlr3)。 You can implement your own learner though.不过,您可以实现自己的学习器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM