aikit
aikit copied to clipboard
Add support for ordinal classifiers
Have a look at: https://pythonhosted.org/mord/
https://www.cs.waikato.ac.nz/~eibe/pubs/ordinal_tech_report.pdf
And also: https://stackoverflow.com/questions/3495157/ordinal-classification-packages-and-algorithms http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.107.3223&rep=rep1&type=pdf http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.107.1362&rep=rep1&type=pdf
next steps, make the tools available in auto-ml
- create a parameter to say that the classification is ordinal (not sure we can that)
- add 'composition' step that make the transformation of the underlying model
- add condition : regressor model should be drawn if 'ClassifierFromRegressor'
- add condition : classifier that allow multi-output be drawn if 'ClassifierORdinal'