checkifcovid / data-science-experiments

0 stars 0 forks source link

Explain model metrics in ML API #18

Open ybressler opened 4 years ago

ybressler commented 4 years ago

When accessing the model prediction from the ML API, it would be helpful to have an explanation of each metric.

Possible solutions:

ybressler commented 4 years ago

If you're fitting data over and over again, you don't want all that extra information sitting in your json response. Plus, that content would be updated manually and should be kept away from the automated metrics of the model.