bevel
bevel copied to clipboard
Ordinal regression in Python
Variables like `X_scale` have a different meaning in sklearn. It would be nice to be consistent with the industry standard where possible (or at least not inconsistent).
This paper talks about the benefit of using binary classification for ordinal regression: https://papers.nips.cc/paper/3125-ordinal-regression-by-extended-binary-classification.pdf The major benefits are: 1) no need to invent new loss function and optimization; 2) whatever...
### Issue Summary I encountered an issue while using the `bevel` library in conjunction with the latest version of NumPy. The library appears to have a dependency on the deprecated...
I was trying to run the package under the specified requirements, but failed to do it. Therefore I slightly changed files and requirements file to make the package runnable under...