PanyiDong / InsurAutoML

AutoML in Insurance project.
MIT License
5 stars 0 forks source link

Add_test_methods #10

Closed PanyiDong closed 2 years ago

PanyiDong commented 2 years ago
  1. add more test processes
  2. add support of GAM models
codecov-commenter commented 2 years ago

Codecov Report

Merging #10 (9318ebb) into master (f558eeb) will increase coverage by 11.62%. The diff coverage is 77.93%.

@@             Coverage Diff             @@
##           master      #10       +/-   ##
===========================================
+ Coverage   39.99%   51.61%   +11.62%     
===========================================
  Files          47       51        +4     
  Lines        4021     4291      +270     
===========================================
+ Hits         1608     2215      +607     
+ Misses       2413     2076      -337     
Flag Coverage Δ
unittests 51.61% <77.93%> (+11.62%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
My_AutoML/_encoding/_encoding.py 71.84% <ø> (+33.00%) :arrow_up:
...hyperparameters/_ray/_classifier_hyperparameter.py 100.00% <ø> (ø)
..._hyperparameters/_ray/_regressor_hyperparameter.py 100.00% <ø> (ø)
My_AutoML/_feature_selection/_base.py 24.13% <28.57%> (+10.36%) :arrow_up:
My_AutoML/_base.py 51.23% <33.33%> (+31.74%) :arrow_up:
My_AutoML/_model/__init__.py 71.87% <57.14%> (-5.91%) :arrow_down:
My_AutoML/_feature_selection/_autosklearn.py 71.92% <71.92%> (ø)
My_AutoML/_feature_selection/_advance.py 64.88% <84.61%> (+47.39%) :arrow_up:
My_AutoML/_feature_selection/__init__.py 100.00% <100.00%> (ø)
My_AutoML/_utils/_stat.py 34.81% <100.00%> (+7.74%) :arrow_up:
... and 16 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more