Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed Jan 7, 2020
1 parent c0ef058 commit daad2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kmodes/kmodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class KModes(BaseEstimator, ClusterMixin):
The number of clusters to form as well as the number of
centroids to generate.
max_iter : int, default: 300
max_iter : int, default: 100
Maximum number of iterations of the k-modes algorithm for a
single run.
Expand Down

0 comments on commit daad2d3

Please sign in to comment.