Metadata-Version: 2.1
Name: classification_report
Version: 1.0.0
Summary: This repo helps to track model Weights, Biases and Gradients during training with loss tracking and gives detailed insight for Classification-Model Evaluation
Home-page: https://github.com/aman5319/Classification-Report
Author: Aman Pandey
Author-email: amanpandey5319@gmail.com
License: GPLv3
Project-URL: Documentation, https://classification-report.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/aman5319/Classification-Report
Project-URL: Bug Trackers, https://github.com/aman5319/Classification-Report/issues
Description: # Classification-Report
        
        <p align="center">
        <a href='https://classification-report.readthedocs.io/en/latest/?badge=latest'>
            <img src='https://readthedocs.org/projects/classification-report/badge/?version=latest' alt='Documentation Status' />
        </a>
        <a href="https://github.com/aman5319/Classification-Report/blob/master/LICENSE.txt">
        <img alt="GitHub License" src="https://img.shields.io/github/license/aman5319/Classification-Report.svg">
            </a>
        </p>
        
        
        
        Classification Report is a high-level library built on top of Pytorch which utilizes Tensorboard and scikit-learn and can be used for any  classification problem. It tracks models Weight, Biases and Gradients  during training and generates a detailed evaluation report for the  model, all of this can be visualized on Tensorboard giving comphrensive  insights. It can also be used for HyperParameter tracking which then can be utilized to compare different experiments.
        
        
        ![](https://classification-report.readthedocs.io/en/latest/_images/overall_plotting.png)
        
        
        
        ## Features
        
        1. Model Weights, Biases and Gradients Tracking and plotting on histogram.
        2. Visualizing the distribution of above described Model parameters.
        3. Generating an interactive graph of the entire Model.
        4. Graph of Precision, Recall and F1 Score for all the classes for each epoch.
        5. Graph of Macro Avg and Weighted Avg of Precision, Recall and F1-score for each epoch.
        6. Training and Validation Loss tracking for each epoch.
        7. Accuracy and MCC metric tracking at each epoch.
        8. Generating Confusion Matrix after certain number of epochs.
        9. Bar Graph for False Positive and False Negative count for each class.
        10. Scatter Plot for the predicited probabilities.
        11. HyperParameter Tracking for comparing experiments.
        ### [For More Detail look in Features](https://classification-report.readthedocs.io/en/latest/detailed.html)
        
        
        
        ## [Installation](https://classification-report.readthedocs.io/en/latest/installation.html) 
        
        ```shell
        pip install classification-report
        ```
        
        ## [Demo](https://classification-report.readthedocs.io/en/latest/examples.html#demo)
        ### Goole Colab (Recommended)
        
        ​	Just open this notebook on colab and view the entire tensorboard visualization. - [Simple Mnist Simple Reporting Visualize on colab](https://github.com/aman5319/Classification-Report/blob/master/demo_notebooks/MNIST_Example_Visualize_in_Colab.ipynb)
        
        ## Usage
        [Understand The Usage](https://classification-report.readthedocs.io/en/latest/examples.html)
        
        
        ## Say Thanks, By connecting me over Linkedin.
        
        <p align="center">
        <a href="https://www.linkedin.com/in/aman5319/">
        <img alt="SayThanks" src="https://img.shields.io/badge/say-thanks-ff69b4.svg">
            </a>
        </p>
        
        
Keywords: Model-weight-tracking Tensorboard Tensorboard-visualization Model-Evaluation Loss-Tracking Metrics-Visualization Classification-Model
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Provides-Extra: dev
