Metadata-Version: 2.1
Name: MLutilities_udea
Version: 0.0.3
Summary: Library to teach Machine Learning
Author: omarcastano
Author-email: omar.castano@udea.edu.co
Requires-Python: >=3.8.5,<=3.11.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: feature-engine (==1.3.0)
Requires-Dist: lofo-importance (>=0.3.2,<0.4.0)
Requires-Dist: mlxtend (>=0.19.0)
Requires-Dist: numpy (>=1.21.6,<2.0.0)
Requires-Dist: plotly (>=5.10.0,<6.0.0)
Requires-Dist: scikit-plot (>=0.3.7,<0.4.0)
Requires-Dist: statsmodels (>=0.13.2,<0.14.0)
Requires-Dist: yellowbrick (>=1.5,<2.0)
Description-Content-Type: text/markdown

# MLutilities
This python library aims to provide modules that can be useful to teach Data Analysis and Machine Learning.



Installation: to install this package simple use the following command
```
pip install mlutilities-udea
```


Version Compatibility

| MLutilities version | Supported Python version |
|---------------------|--------------------------|
|    0.0.2             |     >=3.8.5, <=3.11.0    |
|    0.0.3            |     >=3.8.5, <=3.11.0    |


