mord icon indicating copy to clipboard operation
mord copied to clipboard

Ordinal regression algorithms

Results 9 mord issues
Sort by recently updated
recently updated
newest added

hi thanks for creating this package! I was trying to use it to predict a rank based on lag values of ranks as well I got the coefs but what...

Hi There! I am enjoying using your package to analyse ordinal data. However, when I compared the results of `mord.LogisticAT(alpha = 0)` against `from statsmodels.miscmodels.ordinal_model import OrderedModel` I obtained different...

It looks like MulticlassLogistic is not implemented even through mentioned in the documentation

Hi, does anyone know the meaning of the coefficent in Threshold-based ordinal logistic method ? Can we compute the odds ratio by log-tranforming the coefficent in this kind of methods?...

After pip install -U 'git+https://github.com/fabianp/mord' This happens: ``` ImportError Traceback (most recent call last) in () 1 import mord ----> 2 from mord.datasets.base import load_housing 3 from sklearn import linear_model,...

Hi, I tried to used LAD method and it predicts not existing classes. I discovered this issue while trying to plot the confusion matrix. Indeed I have encoded classes between...

I have a dataset with close to 120 observations, 21 covariates and 5 response. I ran the ordinal ridge regression and while looking up the the intercept value it shows...

Hello, How can i obtain the boundaries (or thresholds) delimited by your ordinal regression code? Also, is it possible to obtain a real value instead of a integer result? Best...