-
Notifications
You must be signed in to change notification settings - Fork 97
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
Is it possible to provide a scikit-learn interface? #4
Comments
UPD There are several approaches to training and prediction:
|
Do you mean that I only need to wrap the |
NOTE: I have updated the previous answer, please, read it first.
In theory, yes. Note that |
Feel free to reopen the issue if you have more questions on the topic. |
@Yura52 I implement a scikit-learn compatible interface for algorithms in this library and already open sourced it on GitHub. (https://github.com/zhenlingcn/scikit-rtdl) |
This project is interesting and I want to use it as the baseline algorithm for my paper. However, it seems that I need to take several steps in order to make a prediction. Consequently, is it possible to provide a scikit-learn interface for making a convenient comparison between different algorithms?
The text was updated successfully, but these errors were encountered: