NotJoeMartinez / APDL_Quality_Control

Computer Vision Quality control for the Advanced Particle Detector Laboratory at Texas Tech University
0 stars 1 forks source link

Make something that measures the effectiveness of your models. #7

Closed NotJoeMartinez closed 3 years ago

NotJoeMartinez commented 3 years ago

on 476629f You added rubric like grading system and added the results of that grading system to a pandas dataframe. now find a way to do math and stuff to prove you're not just coming up with numbers or something.

NotJoeMartinez commented 3 years ago

Using the pandas dataframe it generated with test_all_images() quick_maths() now find the accuracy of the testing dataset by dividing the amount of correct predictions by the total amount of predictions and multiplying by 100. image