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

[#399] changed regex from days to months, finished additional indemni… #414

Closed Samuel-Campbell closed 6 years ago

Samuel-Campbell commented 6 years ago

1) Interest rate from article 1619 -- > Annual interest rate is 18% or 6% per trimester. Verified with online calculator 2) The additional indemnity money uses the following facts: monthly payment, months unpaid 3) Output is still calculated by multioutputregression although it doesn't use a regresson. This decision was made to change as little code as possible.

codecov[bot] commented 6 years ago

Codecov Report

Merging #414 into master will increase coverage by 0.18%. The diff coverage is 87.17%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #414      +/-   ##
==========================================
+ Coverage   70.53%   70.71%   +0.18%     
==========================================
  Files          53       54       +1     
  Lines        2182     2216      +34     
  Branches       23       23              
==========================================
+ Hits         1539     1567      +28     
- Misses        642      648       +6     
  Partials        1        1
Impacted Files Coverage Δ
...n/single_output_regression/tenant_pays_landlord.py 35.48% <0%> (ø) :arrow_up:
...regression/multi_output/multi_output_regression.py 62.22% <100%> (+13.73%) :arrow_up:
...n/post_processing/regex/regex_entity_extraction.py 83.58% <100%> (+0.24%) :arrow_up:
...raining/classifier/multi_output/multi_class_svm.py 84.86% <71.42%> (-2.03%) :arrow_down:
...n/single_output_regression/additional_indemnity.py 85.71% <85.71%> (ø)

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 a5c5870...610db17. Read the comment docs.