MSRDL / Deep4Cast

Probabilistic Multivariate Time Series Forecast using Deep Learning
BSD 3-Clause "New" or "Revised" License
94 stars 22 forks source link

Add main function to forecaster module #18

Closed bischtob closed 6 years ago

bischtob commented 6 years ago

For quick testing and productionization

bischtob commented 6 years ago

What do we expect from the main function? Or are we simply looking for a main script that runs a toy dataset? I am hesitant to make a module file executable. I think we should have a simple and dedicated way of running the package easily but I don't think it should run from module files as this will be harder to maintain and i would find the design confusing.

zer0n commented 6 years ago

__main__ should take command line parameters. See this as an example.