Metadata-Version: 2.1
Name: arcus-ml
Version: 1.0.11.dev202006180069
Summary: A Python library that provides best practices for Python Machine Learning
Home-page: https://github.com/arcus-azure/arcus.ml
Author: Arcus
Author-email: arcus-automation@codit.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: seaborn
Requires-Dist: opencv-python
Requires-Dist: scikit-image
Requires-Dist: scikit-learn
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'

# Arcus for Python Learning

This package for Python provides standard best practices for Python development and Machine Learning projects.

Support for

- Data exploration
- Dataframe manipulation
- Algorithm validation

