Skip to content
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

InceptionTime class easy to generalize for usage on other datasets (sklearn compatible?) #39

Open
AlekseyFedorovich opened this issue Mar 24, 2021 · 0 comments

Comments

@AlekseyFedorovich
Copy link

Hi,
I would be very interested in testing this architecture on another dataset but I found the current API very focused on the task of testing on the collection you are using and difficult to generalize to others (at least for me).
Wouldn't it be possible (and very nice) if there was a class with an API compatible with sklearn with a fit(X_3dnumpyarray, y_1dnumpyarray) method that returns the fitted estimator itself and a predict method that returns the 1d predicted numpy array?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant