Metadata-Version: 2.1
Name: ForeTiS
Version: 0.0.1
Summary: state-of-the-art and easy-to-use time series forecasting
Home-page: https://github.com/grimmlab/ForeTiS
Author: Josef Eiglsperger, Florian Haselbeck; Dominik G. Grimm
Author-email: josef.eiglsperger@tum.de
License: MIT
Project-URL: Documentation, https://ForeTiS.readthedocs.io/
Project-URL: Source, https://github.com/grimmlab/ForeTiS
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Description-Content-Type: text/markdown

<div align="left"><img src="https://raw.githubusercontent.com/grimmlab/ForeTiS/master/docs/image/Logo_ForeTiS_Text.png" height="80"/></div>

# ForeTiS: A Forecasting Time Series framework

[![Python 3.8](https://img.shields.io/badge/Python-3.8-3776AB)](https://www.python.org/downloads/release/python-388/)

ForeTiS is a Python framework that enables the rigorous training, comparison and analysis of time series forecasting for a variety of different models. 
ForeTiS includes multiple state-of-the-art prediction models or machine learning methods, respectively. 
These range from classical models, such as regularized linear regression over ensemble learners, e.g. XGBoost, to deep learning-based architectures, such as Multilayer Perceptron (MLP). 
To enable automatic hyperparameter optimization, we leverage state-of-the-art and efficient Bayesian optimization techniques. 
In addition, our framework is designed to allow an easy and straightforward integration and benchmarking of further prediction models.

## Documentation
For more information, installation guides, tutorials and much more, see our documentation: https://foretis.readthedocs.io/

## Contributors
This pipeline is developed and maintained by members of the [Bioinformatics lab](https://bit.cs.tum.de) lead by [Prof. Dr. Dominik Grimm](https://bit.cs.tum.de/team/dominik-grimm/):
- [Josef Eiglsperger, M.Sc.](https://bit.cs.tum.de/team/josef-eiglsperger/)
- [Florian Haselbeck, M.Sc.](https://bit.cs.tum.de/team/florian-haselbeck/)

## Citation
ForeTiS: A Comprehensive Time Series Forecasting Framework in Python.  
J Eiglsperger, F Haselbeck and DG Grimm.  
*currently under review*
