Metadata-Version: 2.1
Name: pmlb
Version: 1.0.2a0
Summary: A Python wrapper for the Penn Machine Learning Benchmark data repository.
Home-page: https://github.com/EpistasisLab/pmlb
Author: Randal S. Olson, William La Cava, Trang Le, Weixuan Fu
Author-email: rso@randalolson.com, lacava@upenn.edu, ttle@pennmedicine.upenn.edu, weixuanf@pennmedicine.upenn.edu
License: License :: OSI Approved :: MIT License
Keywords: data mining,benchmark,machine learning,data analysis,data sets,data science,wrapper
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Requires-Dist: pandas (>=1.0.5)
Requires-Dist: requests (>=2.24.0)
Requires-Dist: pyyaml (>=5.3.1)
Requires-Dist: scikit-learn (>=0.19.0)
Provides-Extra: dev
Requires-Dist: nose ; extra == 'dev'
Requires-Dist: numpy ; extra == 'dev'
Requires-Dist: scipy ; extra == 'dev'
Requires-Dist: tabulate ; extra == 'dev'
Requires-Dist: parameterized ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: seaborn ; extra == 'dev'
Requires-Dist: pandas-profiling ; extra == 'dev'


A Python wrapper for the Penn Machine Learning Benchmark data repository.

Contact
=============
If you have any questions or comments about the Penn Machine Learning Benchmark, 
please feel free to contact us via e-mail: ttle@pennmedicine.upenn.edu

This project is hosted at https://github.com/EpistasisLab/pmlb


