finnts
finnts copied to clipboard
Reduce number of imports
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!
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