Cyberjusticelab / JusticeAI

JusticeAI (ProceZeus) is a web chat bot that aims to facilitate access to judicial proceedings involving Quebec tenant/landlord law
https://cyberjusticelab.github.io/JusticeAI/docs/rendered/
MIT License
21 stars 16 forks source link

382/outdated models #384

Closed Samuel-Campbell closed 6 years ago

Samuel-Campbell commented 6 years ago

bug Not all models were updated on CJL

1) removed unused pip installs 2) added new command: -train --all
2.1) This trains classifier, regressor and similarity finder 3) updated init.py with new models

codecov[bot] commented 6 years ago

Codecov Report

Merging #384 into master will decrease coverage by 0.24%. The diff coverage is 23.07%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #384      +/-   ##
=========================================
- Coverage   64.35%   64.1%   -0.25%     
=========================================
  Files          54      54              
  Lines        2202    2212      +10     
  Branches       17      17              
=========================================
+ Hits         1417    1418       +1     
- Misses        780     789       +9     
  Partials        5       5
Impacted Files Coverage Δ
src/ml_service/init.py 51.16% <ø> (ø) :arrow_up:
...regression/multi_output/multi_output_regression.py 47.22% <16.66%> (-5.91%) :arrow_down:
src/ml_service/model_training/training_driver.py 46% <28.57%> (-4%) :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 522b8fd...16bcda1. Read the comment docs.