Skip to content

Commit b5a9c41

Browse files
committed
update examples/boston
1 parent e770195 commit b5a9c41

File tree

3 files changed

+558
-348
lines changed

3 files changed

+558
-348
lines changed

examples/boston/notebook.ipynb

+558-346
Large diffs are not rendered by default.

examples/boston/notebook.jl

-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ iterated_pipe =
177177
IteratedModel(model=pipe,
178178
controls=controls,
179179
resampling=Holdout(fraction_train=0.8),
180-
iteration_parameter=:(neural_network_regressor.epochs),
181180
measure = l2)
182181

183182
# Training the wrapped model on all the train/validation data:

examples/boston/notebook.unexecuted.ipynb

-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,6 @@
456456
" IteratedModel(model=pipe,\n",
457457
" controls=controls,\n",
458458
" resampling=Holdout(fraction_train=0.8),\n",
459-
" iteration_parameter=:(neural_network_regressor.epochs),\n",
460459
" measure = l2)"
461460
],
462461
"metadata": {},

0 commit comments

Comments
 (0)