Conversation
* Update demos, utils, and preprocessing * Updating make test commands * Update ww requirement * Add test that infer_feature_types preserves schema * Add test that infer_feature_types raises errors with invalid schema * load_data always returns woodwork info. Deleted return_pandas * Updating docstrings
Codecov Report
@@ Coverage Diff @@
## main #2181 +/- ##
========================================
- Coverage 100.0% 99.9% -0.0%
========================================
Files 280 280
Lines 24425 24360 -65
========================================
- Hits 24402 24333 -69
- Misses 23 27 +4
Continue to review full report at Codecov.
|
* Updating data checks * Undo accidental edit * Fixing typo where we assign to ww.init
* Updating objectives * Deleting superfluous pd.Series
|
Just as a heads up (I think i've brought this up before), in |
|
@gsheni I totally get what you mean! Our components already copy the data (I believe this is because we have a convention that we should not modify the user's data) so I don't think the copy in ImputerLSAI think you have a point that our convention may cause problems for large datasets. But I don't think that's specific to the ww upgrade. I'd be happy to continue that conversation in a different issue! |
* Update components - first commit * Update delayed_features_transformer to not use assign * Fixing tests * Skipping Boolean with Nan test in imputers * Fixing base sampler _prepare_data * Fixing target imputer null bool test * Fix test skips * Addressing comments * Clean up sampler tests * Editing docstrings
* Updating pipelines * Fixing docstrings * Fix stacked test * Add tests to check input data not modified * Use rename in component graph
* Update model understanding module * Removing unused import
| DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} | ||
| run: | | ||
| git clone -b latest_release_changes --single-branch https://github.com/conda-forge/evalml-core-feedstock | ||
| git clone -b ww-update-branch --single-branch https://github.com/conda-forge/evalml-core-feedstock |
There was a problem hiding this comment.
I can change this back but the conda check will be red on this pr. Just fyi that might mean that @dsherry needs to merge this in.
There was a problem hiding this comment.
@freddyaboulton got it. What do you want to do?
If we're gonna merge it red, please write up an explanation of why its red so others can follow along.
There was a problem hiding this comment.
Sorry if I missed this, why can't we add the woodwork upgrade to latest_release_changes?
There was a problem hiding this comment.
@ParthivNaresh because the check for all of the other PRs will fail since they haven't merged these changes in and the ww version that would be installed is 0.3.1. But since main has already been frozen for a while, I think the cleanest thing to do now is change the ww version in latest_relase_changes and merge this in!
bchen1116
left a comment
There was a problem hiding this comment.
This is the wildest PR I've ever seen. 🙌
| shap>=0.36.0 | ||
| texttable>=1.6.2 | ||
| woodwork==0.0.11 | ||
| woodwork==0.3.1 |
There was a problem hiding this comment.
nit: can we set to >=0.3.1?
There was a problem hiding this comment.
This was restricted to specific Woodwork version because early on there was breaking changes.
We have been more proactive noting the breaking changes in Woodwork in the release notes, and incrementing the version properly.
chukarsten
left a comment
There was a problem hiding this comment.
Your Requiem, @freddyaboulton . Bravo.
ParthivNaresh
left a comment
There was a problem hiding this comment.
Absolute legend mate
| DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }} | ||
| run: | | ||
| git clone -b latest_release_changes --single-branch https://github.com/conda-forge/evalml-core-feedstock | ||
| git clone -b ww-update-branch --single-branch https://github.com/conda-forge/evalml-core-feedstock |
There was a problem hiding this comment.
Sorry if I missed this, why can't we add the woodwork upgrade to latest_release_changes?





Pull Request Description
Fixes #2035
Fixes #2019
Fixes #2285
Fixes #1955
Feature branch tracking the woodwork upgrade. Creating it now so that I can track if we ever fall behind
main.Roadmap:
After creating the pull request: in order to pass the release_notes_updated check you will need to update the "Future Release" section of
docs/source/release_notes.rstto include this pull request by adding :pr:123.