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

Data exploration on Data Check Actions #2696

Merged
merged 16 commits into from
Sep 2, 2021
1 change: 1 addition & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Release Notes
* Changes
* Removed ``LinearRegressor`` from the list of default ``AutoMLSearch`` estimators due to poor performance :pr:`2660`
* Documentation Changes
* Added documentation for data exploration on data check actions :pr:`2696`
* Testing Changes
* Removes the process-level parallelism from the ``test_cancel_job`` test :pr:`2666`

Expand Down
15 changes: 13 additions & 2 deletions docs/source/user_guide.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@
"[Model Understanding](user_guide/model_understanding)"
]
},
{
"cell_type": "markdown",
"metadata": {
"nbsphinx-toctree": {
"maxdepth": 1
}
},
"source": [
"[Data Actions](user_guide/data_actions)"
bchen1116 marked this conversation as resolved.
Show resolved Hide resolved
]
},
{
"cell_type": "markdown",
"metadata": {
Expand Down Expand Up @@ -100,7 +111,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "Python 3",
bchen1116 marked this conversation as resolved.
Show resolved Hide resolved
"language": "python",
"name": "python3"
},
Expand All @@ -119,4 +130,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}