RoyalHaskoningDHV / sam

Python package for time series analysis and machine learning
MIT License
25 stars 6 forks source link

Do we want to support models without providing datetimes? #30

Open abontsema opened 2 years ago

abontsema commented 2 years ago

Models may only raise a warning if there is no timecol or datetime index. Technically this can still work, but it is impossible to validate data being monospaced.

Do we want to raise an error instead?