RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
48 stars 69 forks source link

Necessities of Score Metrics, for evaluation of ML Classifier Models #67

Closed kwanit1142 closed 3 years ago

kwanit1142 commented 3 years ago

Reference Literatures for this issue are as follows : -

https://towardsdatascience.com/metrics-to-evaluate-your-machine-learning-algorithm-f10ba6e38234

https://towardsdatascience.com/20-popular-machine-learning-metrics-part-1-classification-regression-evaluation-metrics-1ca3e282a2ce <---------------------(Refer this first and foremost)

Prachi0203 commented 3 years ago

I want to work on this for now I want to add accuracy,precision,recall, log loss, mean squared log error, mean percentage error metrics

kwanit1142 commented 3 years ago

@Prachi0203 , apart from the work you done, there are still more to cover, that's why the Literature for respective issue is referred, so do check them and add other Score Metric components too, like F2 Score, Z-Score, etc.

RATED-R-SUNDRAM commented 3 years ago

hey i just wanted to ask that all these necessities have to be included in models.py ? could u guide me to exact task associated with the issue.

kwanit1142 commented 3 years ago

@RATED-R-SUNDRAM , see #76 , although pull requested, you can still get insight.

In short, you have to make a separate file, which can be used as an import by most of the models, to showcase their scores.

ssiddharth27 commented 3 years ago

I would like to work on this issue.

kwanit1142 commented 3 years ago

Okay, @Siddharth-Singh27

kwanit1142 commented 3 years ago

Closing the issue, as it's PR is merged.