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

Reduce number of imports #93

Open
talegari opened this issue Feb 21, 2022 · 1 comment
Open

Reduce number of imports #93

talegari opened this issue Feb 21, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@talegari
Copy link

This is a great package for automated large scale forecasts!

Currently (0.1.0), there are lot of imports. On some systems, it takes a long time and dependency packages will not get installed.
Its better to move packages like modeltime.gluonts to suggests and when a user requests to use a method, at the runtime, one can check if package(s) exist.

Adding a handy function to list available models would be great!

@mitokic
Copy link
Collaborator

mitokic commented Apr 8, 2022

Great idea @talegari, appreciate the feedback! We'll look into moving more packages out of imports and build a utility function to list models you can run in Finn

@mitokic mitokic self-assigned this Apr 8, 2022
@mitokic mitokic added the enhancement New feature or request label Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants