Metadata-Version: 2.1
Name: classification-analysis
Version: 0.0.2
Summary: This library is to monitor your model during the training process and track the metrics to find the best model
Home-page: https://github.com/Samer92/classification_analysis
Author: sammer sallam
Author-email: samersallam92@gmail.com
License: UNKNOWN
Description: 
        
        # classification-analysis
        
        The main target of this module is to:
        1. Provides a dashboard to monitor your model during the training process.
        2. Helps track the metric that you choose to find the best model for your problem.
        
        In order to install, open the command prompt and type:
        ```
        pip install classification_analysis
        ```
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
