Metadata-Version: 2.1
Name: machine-learning-datasets
Version: 0.1.16.4
Summary: A simple library for loading machine learning datasets and performing some common machine learning interpretation functions. Built for the book "Interpretable Machine Learning with Python".
License: MIT
Author: Serg Masís
Author-email: smasis@hawk.iit.edu
Requires-Python: >=3.0,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aif360 (>=0.3.0,<0.4.0)
Requires-Dist: alibi (>=0.5.5,<0.6.0)
Requires-Dist: matplotlib (>=3.2.2,<4.0.0)
Requires-Dist: mlxtend (>=0.14.0,<0.15.0)
Requires-Dist: numpy (>=1.19.5,<2.0.0)
Requires-Dist: opencv-python (>=4.5.1,<5.0.0)
Requires-Dist: pandas (>=1.1.5,<2.0.0)
Requires-Dist: pathlib2 (>=2.3.5,<3.0.0)
Requires-Dist: pycebox (>=0.0.1,<0.0.2)
Requires-Dist: scikit-learn (>=0.22.2.post1,<0.23.0)
Requires-Dist: scipy (>=1.4.1,<2.0.0)
Requires-Dist: seaborn (>=0.11.1,<0.12.0)
Requires-Dist: statsmodels (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.41.1,<5.0.0)
