-
Notifications
You must be signed in to change notification settings - Fork 82
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
deprecated and broken algorithms #161
Comments
For dagsearch, it looked like an issue with scikit-learn. I think I fixed it now (at least it is working on my machine now). Thanks :) |
@lacava Im really confused as for where the error is. Could you help me find and fix it? or because it couldnt find torch? Edit: It looks like Pytorch is not yet available for python 3.12. (see here). |
these algs have been stored on https://github.com/cavalab/srbench/tree/deprecated-broken-algs |
Since PR #151 (commit 3b7181f), the following algorithms are either considered broken or deprecated:
the code for these algs should be moved to a separate branch and the authors invited to update them so that they work with the current version of the benchmark.
The text was updated successfully, but these errors were encountered: