This repo helps to track model Weights, Biases and Gradients during training with loss tracking and gives detailed insight for Classification-Model Evaluation
Project description
Classification-Report
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.
Features
- Model Weights, Biases and Gradients Tracking and plotting on histogram.
- Visualizing the distribution of above described Model parameters.
- Generating an interactive graph of the entire Model.
- Graph of Precision, Recall and F1 Score for all the classes for each epoch.
- Graph of Macro Avg and Weighted Avg of Precision, Recall and F1-score for each epoch.
- Training and Validation Loss tracking for each epoch.
- Accuracy and MCC metric tracking at each epoch.
- Generating Confusion Matrix after certain number of epochs.
- Bar Graph for False Positive and False Negative count for each class.
- Scatter Plot for the predicited probabilities.
- HyperParameter Tracking for comparing experiments.
For More Detail look in Features
Installation
pip install classification-report
Demo
Goole Colab (Recommended)
Just open this notebook on colab and view the entire tensorboard visualization. - Simple Mnist Simple Reporting Visualize on colab
Usage
Say Thanks, By connecting me over Linkedin.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file classification_report-1.0.0.tar.gz
.
File metadata
- Download URL: classification_report-1.0.0.tar.gz
- Upload date:
- Size: 24.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b783c2646af134b803cbee5981bbd37979a13bf5c430ed346062a26d54f82e6b |
|
MD5 | 10e776ea5cd59b72b9f15ac0da29cab6 |
|
BLAKE2b-256 | b6bf058855ff016ff73747f02c36eec1646dcb1ecebe089fd8d4c01a7668b60d |