Metadata-Version: 2.1
Name: MLpkgMA
Version: 0.0.1
Summary: A small package for quality analysis of machine learning models
Home-page: https://github.com/DahitoMA/Coding_challenge
Author: Marie-Ange Dahito
Author-email: firstname.lastname@inria.fr
License: UNKNOWN
Description: # MLpkgMA (Machine Learning package)
        
        This is a small package for quality analysis of machine learning (ML) models. It provides an interface to an abstract ML model  for quality analysis as well as a k-nearest neaighbors (k-NN) model pre-trained on the MNIST dataset. 
        
        ## Installation
        
        pip install MLpkgMA
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
