-
Notifications
You must be signed in to change notification settings - Fork 185
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
sktime interface #98
Comments
Hi @mloning , Sounds interesting and exciting. We started using sktime for some research tasks and teaching assignments and are satisfied users. So we are willing to provide updates and features to make this process easier. Our current focus is on our own projects (i.e. fast C-versions), and while we try to make it reusable, some functionality might be missing because we didn't yet need it (e.g. we don't have a W.r.t. your questions:
|
Thanks @wannesm, sounds good! @chrisholder will start working on it over the next few weeks, we'll report back if we have more questions! |
Hi mloning, |
Hey @samuel01028, I'm no longer involved, best to reach out to them on their GitHub or the fork of the project https://github.com/aeon-toolkit/aeon. |
OK @mloning , thanks for the guidance. |
Hi everyone,
Your package looks really good and we're thinking about interfacing your package in sktime to make use of the time series distance functions you provide, and potentially also the clustering algorithms (see sktime/sktime#501).
dtaidistance
as a dependency?sklearn
(I see that you largely follow their interface)?fit
andpredict
, 2d numpy array assuming multiple instances of equal-length univariate data?cc @chrisholder
The text was updated successfully, but these errors were encountered: