Skip to content

Commit

Permalink
update examples/boston
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Jan 25, 2022
1 parent e770195 commit b5a9c41
Show file tree
Hide file tree
Showing 3 changed files with 558 additions and 348 deletions.
904 changes: 558 additions & 346 deletions examples/boston/notebook.ipynb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion examples/boston/notebook.jl
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ iterated_pipe =
IteratedModel(model=pipe,
controls=controls,
resampling=Holdout(fraction_train=0.8),
iteration_parameter=:(neural_network_regressor.epochs),
measure = l2)

# Training the wrapped model on all the train/validation data:
Expand Down
1 change: 0 additions & 1 deletion examples/boston/notebook.unexecuted.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,6 @@
" IteratedModel(model=pipe,\n",
" controls=controls,\n",
" resampling=Holdout(fraction_train=0.8),\n",
" iteration_parameter=:(neural_network_regressor.epochs),\n",
" measure = l2)"
],
"metadata": {},
Expand Down

0 comments on commit b5a9c41

Please sign in to comment.