dssg / tyra

Prediction model evaluation
Other
4 stars 1 forks source link

Feature Block #62

Closed tweddielin closed 7 years ago

tweddielin commented 7 years ago

This PR mainly is implementing both frontend and backend of feature distribution and linking with feature importance graph so that those two can interact with each other. By clicking the feature bar in feature importance, feature distribution will change.

codecov-io commented 7 years ago

Codecov Report

Merging #62 into master will decrease coverage by 4.71%. The diff coverage is 21.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
- Coverage   71.28%   66.56%   -4.72%     
==========================================
  Files           4        4              
  Lines         303      335      +32     
==========================================
+ Hits          216      223       +7     
- Misses         87      112      +25
Impacted Files Coverage Δ
webapp/query.py 79.45% <18.75%> (-17.04%) :arrow_down:
webapp/controller.py 58.29% <25%> (-2.74%) :arrow_down:

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 04f62e2...d040692. Read the comment docs.

tweddielin commented 7 years ago

I forgot to make the uni test!