Skip to content

Commit

Permalink
Removed boston dataset from tests and examples`
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecers committed Dec 7, 2021
1 parent 65b524b commit aff13ae
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions examples/Selectors-Pipelines.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,40 @@
"plt.ylabel('Predicted Values')\n",
"plt.show()"
]
},
{
"cell_type": "code",
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2021-11-29T15:19:18.681434Z",
"iopub.status.busy": "2021-11-29T15:19:18.681006Z",
"iopub.status.idle": "2021-11-29T15:19:18.682770Z",
"shell.execute_reply": "2021-11-29T15:19:18.683119Z"
}
},
"outputs": [
{
"data": {
"text/plain": [
"(442, 10)"
]
},
"execution_count": 4,
"metadata": {},
"output_type": "execute_result"
}
],
"source": [
"X.shape"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit aff13ae

Please sign in to comment.