PanyiDong / InsurAutoML

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

add more feature selection methods #14

Closed PanyiDong closed 2 years ago

PanyiDong commented 2 years ago

1.Exhaustive Search

  1. SFS
  2. mRMR
  3. CBFS
  4. more tests
codecov-commenter commented 2 years ago

Codecov Report

Merging #14 (5772c64) into master (9561d83) will decrease coverage by 0.01%. The diff coverage is 90.70%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #14      +/-   ##
==========================================
- Coverage   91.56%   91.55%   -0.01%     
==========================================
  Files          52       52              
  Lines        5355     5670     +315     
==========================================
+ Hits         4903     5191     +288     
- Misses        452      479      +27     
Flag Coverage Δ
uitests 91.55% <90.70%> (-0.01%) :arrow_down:

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

Impacted Files Coverage Δ
...rameters/_ray/_feature_selection_hyperparameter.py 100.00% <ø> (ø)
tests/test_model/test_model.py 100.00% <ø> (ø)
My_AutoML/_feature_selection/_advance.py 84.79% <84.30%> (-0.46%) :arrow_down:
My_AutoML/_hpo/_base.py 91.81% <90.91%> (+0.38%) :arrow_up:
My_AutoML/_utils/_optimize.py 89.11% <96.59%> (+1.25%) :arrow_up:
My_AutoML/_constant.py 100.00% <100.00%> (ø)
My_AutoML/_feature_selection/__init__.py 100.00% <100.00%> (ø)
My_AutoML/_utils/_base.py 89.66% <100.00%> (+0.18%) :arrow_up:
My_AutoML/_utils/_stat.py 88.96% <100.00%> (+2.06%) :arrow_up:
...s/test_feature_selection/test_feature_selection.py 100.00% <100.00%> (ø)
... and 6 more