Accept features in AutoMLSearch and add DFSTransformer to AutoML pipelines#3309
Accept features in AutoMLSearch and add DFSTransformer to AutoML pipelines#3309jeremyliweishih merged 49 commits intomainfrom
features in AutoMLSearch and add DFSTransformer to AutoML pipelines#3309Conversation
Codecov Report
@@ Coverage Diff @@
## main #3309 +/- ##
=======================================
+ Coverage 99.6% 99.7% +0.1%
=======================================
Files 329 329
Lines 32241 32394 +153
=======================================
+ Hits 32112 32265 +153
Misses 129 129
Continue to review full report at Codecov.
|
| ) | ||
| first_x_component = ( | ||
| pipeline.component_graph.compute_order[0] | ||
| if pipeline.component_graph.compute_order[0] != "Label Encoder" |
There was a problem hiding this comment.
AFAIK this is the only case where a component will come out of make_pipelines with a component that alters y as the very first component. I could add more logic here but that would involve instantiating a component and checking if it affects x or y.
… js_2919_add_features
chukarsten
left a comment
There was a problem hiding this comment.
Left a few questions, mostly for my education and understanding, but this looks good and looks like you accomplished what you set off to do!
… js_2919_add_features
Fixes #2919.
