redwankarimsony / project-tomato

9 stars 6 forks source link

updated the evalueate.py #2

Closed redwankarimsony closed 3 years ago

redwankarimsony commented 3 years ago
  1. Previously three functions were used and in all of the model was loaded separately and the data loader was loaded again. Now the model is loaded only once and prediction is generated only once.
  2. Accuracy and MSE is newly created.
  3. The accuracy and classification report is now being saved in classification_report inside the directory.
redwankarimsony commented 3 years ago

ran the whole code. works fine. here are a few observations: