Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release notes #1103

Merged
merged 3 commits into from
Aug 26, 2020
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Release Notes
* Moved `all_components` and other component importers into runtime methods :pr:`1045`
* Consolidated graphing utility methods under `evalml.utils.graph_utils` :pr:`1060`
* Made slight tweaks to how TextFeaturizer uses featuretools, and did some refactoring of that and of LSA :pr:`1090`
* Changed `show_all_features` parameter into `feature_threshold`, which allows for thresholding feature importance :pr:`1097`
* Changed `show_all_features` parameter into `importance_threshold`, which allows for thresholding feature importance :pr:`1097`, :pr:`1103`
* Documentation Changes
* Update setup.py URL to point to the github repo :pr:`1037`
* Added tutorial for using the cost-benefit matrix objective :pr:`1088`
Expand Down