Skip to content

Commit

Permalink
Update model persistence URL (scikit-learn#23402)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoznik authored and lesteve committed May 19, 2022
1 parent f5c2425 commit 8cdfb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sklearn/base.py
Expand Up @@ -332,8 +332,8 @@ def __setstate__(self, state):
"using version {2}. This might lead to breaking code or "
"invalid results. Use at your own risk. "
"For more info please refer to:\n"
"https://scikit-learn.org/stable/modules/model_persistence"
".html#security-maintainability-limitations".format(
"https://scikit-learn.org/stable/model_persistence.html"
"#security-maintainability-limitations".format(
self.__class__.__name__, pickle_version, __version__
),
UserWarning,
Expand Down

0 comments on commit 8cdfb87

Please sign in to comment.