Metadata-Version: 2.1
Name: bigdl-chronos-spark3
Version: 2.4.0b20230501
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
Platform: windows
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.5,>=1.0.5)
Requires-Dist: scikit-learn (<=1.0.2,>=0.22.0)
Requires-Dist: bigdl-nano (==2.4.0b20230501)
Provides-Extra: all
Requires-Dist: bigdl-nano[pytorch] (==2.4.0b20230501) ; extra == 'all'
Requires-Dist: bigdl-nano[tensorflow_27] (==2.4.0b20230501) ; extra == 'all'
Requires-Dist: optuna (<=2.10.1) ; extra == 'all'
Requires-Dist: configspace (<=0.5.0) ; extra == 'all'
Requires-Dist: SQLAlchemy (<=1.4.27) ; extra == 'all'
Requires-Dist: grpcio (<=1.51.1) ; 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: matplotlib ; extra == 'all'
Requires-Dist: inotify-simple ; extra == 'all'
Requires-Dist: bigdl-nano[inference] (==2.4.0b20230501) ; extra == 'all'
Requires-Dist: bigdl-orca-spark3[automl] (==2.4.0b20230501) ; (platform_system != "Windows") and extra == 'all'
Provides-Extra: automl
Requires-Dist: optuna (<=2.10.1) ; extra == 'automl'
Requires-Dist: configspace (<=0.5.0) ; extra == 'automl'
Requires-Dist: SQLAlchemy (<=1.4.27) ; extra == 'automl'
Provides-Extra: distributed
Requires-Dist: bigdl-orca-spark3[automl] (==2.4.0b20230501) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: grpcio (<=1.51.1) ; (platform_system!="Windows") and extra == 'distributed'
Requires-Dist: pyarrow ; (platform_system!="Windows") and extra == 'distributed'
Provides-Extra: inference
Requires-Dist: bigdl-nano[inference] (==2.4.0b20230501) ; extra == 'inference'
Provides-Extra: pytorch
Requires-Dist: bigdl-nano[pytorch] (==2.4.0b20230501) ; extra == 'pytorch'
Provides-Extra: tensorflow
Requires-Dist: bigdl-nano[tensorflow_27] (==2.4.0b20230501) ; extra == 'tensorflow'


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.


