Skip to content

Commit

Permalink
Merge pull request #3473 from Denny-Hwang/master
Browse files Browse the repository at this point in the history
Update functional.py
  • Loading branch information
Yard1 committed Apr 12, 2023
2 parents b44ac84 + dc912c9 commit 13da308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycaret/clustering/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,7 @@ def save_model(
>>> from pycaret.clustering import *
>>> exp_name = setup(data = jewellery)
>>> kmeans = create_model('kmeans')
>>> save_model(lr, 'saved_kmeans_model')
>>> save_model(kmeans, 'saved_kmeans_model')
model: scikit-learn compatible object
Expand Down

0 comments on commit 13da308

Please sign in to comment.