Metadata-Version: 1.1
Name: timetomodel
Version: 0.5.0
Summary: Sane handling of time series data for forecast modelling - with production usage in mind.
Home-page: UNKNOWN
Author: Seita BV
Author-email: nicolas@seita.nl
License: UNKNOWN
Description:     Sane handling of time series data for forecast modelling - with production usage in mind.
            While modelling time series data with data science libraries like Pandas, statsmodels, sklearn etc.,
            dealing with time series data is cumbersome - timetomdel takes some of that over. Loading data, making
            train/test data, feeding data into rolling forecasts...
            Also, the context and assumptions under which a model was made and used should not be in notebooks, they should
            have a readable and reproducible spec.
            Timetomodel is hopefully useful while doing data & model exploration as well as when integrating or replacing 
            models in production environments.
            
Keywords: time series,forecasting
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering :: Information Analysis
