Angela Lin

Results 18 comments of Angela Lin

Ice-boxing this and removing from the CG epic for now: there's no pressing need to address this. https://github.com/alteryx/evalml/issues/2569 handles the case where a user tries to get the `.y` value...

It's important to note that this is used in our code elsewhere, and changing `get_null_column_information` will cause breaking changes.

FWIW, the default for scikit-learn is RidgeCV (https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html); I had gone with the linear regressor since we don't have an impl of this in EvalML yet!

@freddyaboulton since I just saw your comment: just chatted with @chukarsten, agreed that perhaps we should prioritize this higher, since this has shown up in multiple different different issues. @chukarsten...

There's no current work being done on this, as it wasn't necessary for the data check actions work. Still a valid tech debt issue but until we have plans to...

Note that I've run into this a few more times after, and each time it was resolved by changing the module we're importing from, so it's worth trying that!

@chukarsten It could be worth a quick discussion in case I've missed any, but otherwise I think this covers a fair bit of ground to tackle. I think it's also...

Thoughts: How do we do this now, given that we've pulled the data check action work to all happen before automl search? The original idea was that we would change...

Lower priority but we should come back and figure out how we can pass a automl config.

@dsherry Looks like BentoML made a few releases: https://github.com/bentoml/BentoML/releases, so we're no longer blocked! :)