Variable selection - update all methods#15
Variable selection - update all methods#15AniekMarkus wants to merge 30 commits intovariable_selectionfrom
Conversation
AniekMarkus
commented
Oct 31, 2023
- Methods implemented with the following design principle:
- All feature engineering methods combined in one R script VariableSelection.R
…variable_selection_updateAllMethods
…variable_selection_updateAllMethods
|
This pull request includes branches:
|
|
This check is failing:
|
|
I just looked at the failing test. That was because the |
|
@AniekMarkus currently this is failing because of warnings in the R check. Generally we want to make sure it passes R check (no errors and warnings) locally before creating a PR. You can run it locally using devtools |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## variable_selection #15 +/- ##
======================================================
- Coverage 86.85% 85.80% -1.05%
======================================================
Files 51 50 -1
Lines 9867 10006 +139
======================================================
+ Hits 8570 8586 +16
- Misses 1297 1420 +123 ☔ View full report in Codecov by Sentry. |