Metadata-Version: 2.1
Name: tabular-toolbox
Version: 0.1.3
Summary: A library of extension and helper modules for tabular data base on python's machine learning frameworks.
Home-page: UNKNOWN
Author: DataCanvas Community
Author-email: yangjian@zetyun.com
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6.*
Description-Content-Type: text/markdown
Requires-Dist: numpy (<1.19.0,>=1.16.0)
Requires-Dist: pandas (>=0.25.3)
Requires-Dist: scipy
Requires-Dist: scikit-learn (>=0.22.1)
Requires-Dist: tables (>=3.6.1)
Requires-Dist: six
Requires-Dist: dask
Requires-Dist: dask-ml
Requires-Dist: lightgbm
Requires-Dist: pyarrow
Provides-Extra: all
Requires-Dist: pytest ; extra == 'all'
Provides-Extra: tests
Requires-Dist: pytest ; extra == 'tests'

# tabular-toolbox

A library of extension and helper modules for tabular data base on python's machine learning frameworks.


