Skip to content

Commit

Permalink
Merge pull request #34 from ConorMacBride/pickle-typo
Browse files Browse the repository at this point in the history
Fix pickle typo
  • Loading branch information
ConorMacBride authored May 17, 2021
2 parents 9e17b19 + 2d7859c commit 5f7e6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/models/plot_ibis8542data.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def select_training_set(indices, model):
#
# Until better solutions are available to store trained
# neural networks, a trained neural network can be saved
# to a Python pickel file and later reloaded. For
# to a Python pickle file and later reloaded. For
# maximum compatibility, it is recommended to reload
# into the same version of scikit-learn and its
# dependencies.
Expand Down

0 comments on commit 5f7e6e7

Please sign in to comment.