Skip to content

Commit 8e50f51

Browse files
committed
reran ch17
1 parent 1e601cc commit 8e50f51

File tree

4 files changed

+658
-665
lines changed

4 files changed

+658
-665
lines changed

ch15-machine-learning.ipynb

Lines changed: 0 additions & 73 deletions
Original file line numberDiff line numberDiff line change
@@ -64,79 +64,6 @@
6464
"import seaborn as sns"
6565
]
6666
},
67-
{
68-
"cell_type": "markdown",
69-
"metadata": {},
70-
"source": [
71-
"# Built in datasets"
72-
]
73-
},
74-
{
75-
"cell_type": "code",
76-
"execution_count": 6,
77-
"metadata": {
78-
"collapsed": false
79-
},
80-
"outputs": [
81-
{
82-
"data": {
83-
"text/plain": [
84-
"<function sklearn.datasets.base.load_boston(return_X_y=False)>"
85-
]
86-
},
87-
"execution_count": 6,
88-
"metadata": {},
89-
"output_type": "execute_result"
90-
}
91-
],
92-
"source": [
93-
"datasets.load_boston"
94-
]
95-
},
96-
{
97-
"cell_type": "code",
98-
"execution_count": 7,
99-
"metadata": {
100-
"collapsed": false
101-
},
102-
"outputs": [
103-
{
104-
"data": {
105-
"text/plain": [
106-
"<function sklearn.datasets.california_housing.fetch_california_housing(data_home=None, download_if_missing=True, return_X_y=False)>"
107-
]
108-
},
109-
"execution_count": 7,
110-
"metadata": {},
111-
"output_type": "execute_result"
112-
}
113-
],
114-
"source": [
115-
"datasets.fetch_california_housing"
116-
]
117-
},
118-
{
119-
"cell_type": "code",
120-
"execution_count": 8,
121-
"metadata": {
122-
"collapsed": false
123-
},
124-
"outputs": [
125-
{
126-
"data": {
127-
"text/plain": [
128-
"<function sklearn.datasets.samples_generator.make_regression(n_samples=100, n_features=100, n_informative=10, n_targets=1, bias=0.0, effective_rank=None, tail_strength=0.5, noise=0.0, shuffle=True, coef=False, random_state=None)>"
129-
]
130-
},
131-
"execution_count": 8,
132-
"metadata": {},
133-
"output_type": "execute_result"
134-
}
135-
],
136-
"source": [
137-
"datasets.make_regression"
138-
]
139-
},
14067
{
14168
"cell_type": "markdown",
14269
"metadata": {},

0 commit comments

Comments
 (0)