Metadata-Version: 2.1
Name: bigdl-chronos
Version: 2.2.0b20221005
Summary: Scalable time series analysis using AutoML
Home-page: https://github.com/intel-analytics/BigDL
Author: BigDL Authors
Author-email: bigdl-user-group@googlegroups.com
License: Apache License, Version 2.0
Platform: mac
Platform: linux
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Requires-Dist: pandas (<1.3.0,>=1.0.5)
Requires-Dist: scikit-learn (<=1.0.2,>=0.22.0)
Requires-Dist: bigdl-nano (==2.2.0b20221005)
Provides-Extra: all
Requires-Dist: bigdl-nano[pytorch] (==2.2.0b20221005) ; extra == 'all'
Requires-Dist: optuna (<=2.10.1) ; extra == 'all'
Requires-Dist: configspace (<=0.5.0) ; extra == 'all'
Requires-Dist: bigdl-orca[automl] (==2.2.0b20221005) ; extra == 'all'
Requires-Dist: pmdarima (==1.8.5) ; extra == 'all'
Requires-Dist: prophet (==1.1.0) ; extra == 'all'
Requires-Dist: tsfresh (==0.17.0) ; extra == 'all'
Requires-Dist: pyarrow (==6.0.1) ; extra == 'all'
Requires-Dist: onnx (<=1.11.0,>=1.8.0) ; extra == 'all'
Requires-Dist: onnxruntime (<=1.11.1,>=1.6.0) ; extra == 'all'
Requires-Dist: neural-compressor (<=1.11,>=1.8.1) ; extra == 'all'
Requires-Dist: onnxruntime-extensions (==0.4.2) ; extra == 'all'
Provides-Extra: automl
Requires-Dist: optuna (<=2.10.1) ; extra == 'automl'
Requires-Dist: configspace (<=0.5.0) ; extra == 'automl'
Provides-Extra: distributed
Requires-Dist: bigdl-orca[automl] (==2.2.0b20221005) ; extra == 'distributed'
Provides-Extra: pytorch
Requires-Dist: bigdl-nano[pytorch] (==2.2.0b20221005) ; extra == 'pytorch'


BigDL Chronos is an application framework for building a fast, accurate
 and scalable time series analysis application.

See [here](https://bigdl.readthedocs.io/en/latest/doc/Chronos/Overview/chronos.html)
 for more information.


