Skip to content

This Repository contains scratch implementations of the famous metrics used to evaluate machine learning models.

Notifications You must be signed in to change notification settings

mustaffa-hussain/Performance-Metric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Performance-Metric without sklearn

This Repository contains scratch implementations of the famous metrics used to evaluate machine learning models.

This Repository is done as hard coding exercise. We usually use sklearn.metrics to evaluate all the models. It is equally important to know the logics behind them and how they perform under different situations. There are many metrics in the module. The ones implemented here are classification metric :

  1. Confusion matrix
  2. Accuracy
  3. Precision
  4. F1 Score
  5. AUC
    Regression metric:
  1. Mean squared error
  2. Coefficient of determination(R2)
  3. Mean absolute percentage error(MAPE)

About

This Repository contains scratch implementations of the famous metrics used to evaluate machine learning models.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published