Skip to content

Add run_feature_selection to AutoMLSearch and Default Algorithm#4210

Merged
christopherbunn merged 3 commits intomainfrom
TML-7599
Jun 22, 2023
Merged

Add run_feature_selection to AutoMLSearch and Default Algorithm#4210
christopherbunn merged 3 commits intomainfrom
TML-7599

Conversation

@christopherbunn
Copy link
Contributor

@christopherbunn christopherbunn commented Jun 22, 2023

Resolves #4211

@codecov
Copy link

codecov bot commented Jun 22, 2023

Codecov Report

Merging #4210 (f371945) into main (45d5ba3) will increase coverage by 0.1%.
The diff coverage is 100.0%.

@@           Coverage Diff           @@
##            main   #4210     +/-   ##
=======================================
+ Coverage   99.7%   99.7%   +0.1%     
=======================================
  Files        349     349             
  Lines      38236   38256     +20     
=======================================
+ Hits       38116   38136     +20     
  Misses       120     120             
Impacted Files Coverage Δ
...valml/automl/automl_algorithm/default_algorithm.py 99.7% <100.0%> (+0.1%) ⬆️
evalml/automl/automl_search.py 99.7% <100.0%> (+0.1%) ⬆️
...valml/tests/automl_tests/test_default_algorithm.py 100.0% <100.0%> (ø)

@christopherbunn christopherbunn marked this pull request as ready for review June 22, 2023 15:32
Copy link
Collaborator

@jeremyliweishih jeremyliweishih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - have a nit.

@christopherbunn christopherbunn merged commit f1a6197 into main Jun 22, 2023
@christopherbunn christopherbunn deleted the TML-7599 branch June 22, 2023 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhance AutoMLSearch & DefaultAlgorithm to Disable Feature Selection Evaluation

3 participants