Metadata-Version: 2.1
Name: muclearn
Version: 0.1.2
Summary: A collection of helpers and tools for machine learning.
License: MIT
Author: Fabian Reinold
Author-email: fabian.reinold@muenchen.de
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: holidays (>=0.14.2,<0.15.0)
Requires-Dist: pandas (>=1.4,<2.0)
Requires-Dist: requests (>=2,<3)
Requires-Dist: scikit-learn (>=1,<2)
Description-Content-Type: text/markdown

# muclearn

This is a small collection of helpers and tools for machine learning in Python.
It currently mainly focuses on Pandas and dates, but will be expanded in the future.
