dssg / tyra

Prediction model evaluation
Other
4 stars 1 forks source link

Order model search results by avg mean squared value of selected metrics #37

Closed thcrock closed 7 years ago

thcrock commented 7 years ago

The model search API call should take in a string which refers to a model ranking function. These functions are defined on the backend, and basically take in a metric or list of metrics and rank models based on them.

For now, we will implement only one model ranking function: avg mean squared value of the selected metrics. We will use this by default.

thcrock commented 7 years ago

https://github.com/dssg/tyra/pull/43