-
Notifications
You must be signed in to change notification settings - Fork 631
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
[MNT] maintenance & handover items for integration with sktime org #1592
Comments
FYI sktime developers who have worked on the integration, @benHeid, @fnhirwa, @geetu040, @XinyuWuu, @yarnabrina |
At the very start, we need to get the CI run again.
Suggested measures:
Once this is done, release 1.1.0. Next, dependency management:
|
Fixing tutorial notebooks is also very important: #1599 |
of course - we won't know whether we fixed them though if the CI does not run |
Regarding the dependency management, maybe we should not minimize core dep set. Comparing to It could be a disaster if a lot a time has been spent to train the model, and then some soft dependency error comes out. So maybe we should make sure that users have almost all the functionalities with the core dep set. |
Agree, though even small dependencies pose a risk of reducing the degree of interoperability on the level of dependencies. Suppose you have Further, I wonder about how central |
It's only used in pytorch_forecasting/models/temporal_fusion_transformer/tuning.py to tune TemporalFusionTransformer. So I guess it's not so central. |
Yeah, that could be a problem. We could have two dep sets |
We are currently planning a maintenance handover of
pytorch-forecasting
tosktime
. Both packages will remain separate, withpytorch-forecasting
on the "models" level, andsktime
providing framework integration.This issue is to plan urgent maintenance items and handover (to
sktime
maintenance model).Community input on todos and wishlist is also appreciated, e.g., what are "burning" items, suggested priorities.
Maintenance items
optuna
ormatplotlib
, not needed for NN models core)conda
releases - 0.10.3, 1.0.0, 1.1.0 or 1.1.1 #1663handover items
roadmap items for consideration or wishlist
sktime
andpytorch-forecasting
, support for foundation models #1618The text was updated successfully, but these errors were encountered: