We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be interesting to give users a easy-to-use API for the isotonic regression. The regression implemented skscope is already provided in example gallery: https://skscope.readthedocs.io/en/latest/gallery/LinearModelAndVariants/isotonic-regression.html. So, this can be easily solved by wrapping the necessary code.
skscope
Reference:
[1] Isotonic regression. https://en.wikipedia.org/wiki/Isotonic_regression
[2] Stylianou, Mario, and Nancy Flournoy. “Dose finding using the biased coin up‐and‐down design and isotonic regression.” Biometrics 58.1 (2002): 171-177.
The text was updated successfully, but these errors were encountered:
IsotonicRegression
chenpnn
Successfully merging a pull request may close this issue.
It would be interesting to give users a easy-to-use API for the isotonic regression. The regression implemented
skscope
is already provided in example gallery: https://skscope.readthedocs.io/en/latest/gallery/LinearModelAndVariants/isotonic-regression.html. So, this can be easily solved by wrapping the necessary code.Reference:
[1] Isotonic regression. https://en.wikipedia.org/wiki/Isotonic_regression
[2] Stylianou, Mario, and Nancy Flournoy. “Dose finding using the biased coin up‐and‐down design and isotonic regression.” Biometrics 58.1 (2002): 171-177.
The text was updated successfully, but these errors were encountered: