dssg / tyra

Prediction model evaluation
Other
4 stars 1 forks source link

Model ordering #43

Closed thcrock closed 7 years ago

thcrock commented 7 years ago

Create ModelRanking module to encapsulate different orderings of searched models Create search_models_over_time endpoint to return lists of models ranked by some temporal metric

codecov-io commented 7 years ago

Codecov Report

Merging #43 into master will increase coverage by 2.16%. The diff coverage is 89.65%.

@@            Coverage Diff            @@
##           master     #43      +/-   ##
=========================================
+ Coverage   73.64%   75.8%   +2.16%     
=========================================
  Files           4       5       +1     
  Lines         239     281      +42     
=========================================
+ Hits          176     213      +37     
- Misses         63      68       +5
Impacted Files Coverage Δ
webapp/query.py 81.81% <100%> (+0.27%) :white_check_mark:
webapp/controller.py 69.93% <86.11%> (+2.24%) :white_check_mark:
webapp/model_ranking.py 94.44% <94.44%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 20c9b89...9406ef2. Read the comment docs.