-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
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
Incompatible with scikit-learn version 1.1 #2
Comments
Hi, some of the algorithms in our benchmark require an older version of scikit-learn. Though, I will work now to update all algorithms to work with the latest version of scikit-learn. |
Hi, is this going to happen? It's still working only with a really old version of scikit-learn. |
Hi @fede-bello, Thanks for your interest (and for the reminder). You can install the package with "pip install tsb-uad" and use vus as follows:
The latter returns a dictionary including VUS-ROC and VUS-PR (you can change the parameter metric to return only VUS-based measures). Below is an example of the returned dictionary:
I will push soon the same version on this repo as well. Best, Paul |
That's awesome, thanks! |
Hi, Thank you for the excellent work! I am facing a scikit-learn version error. Would it be possible that VUS worked with the latest version of scikit-learn?
The text was updated successfully, but these errors were encountered: