Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodv committed Mar 3, 2020
1 parent 76d3683 commit 9e9b764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Q: I'm getting the following error, what gives? :code:`ModuleNotFoundError: No m

A: Make sure your working file is not called 'kmodes.py', because it might overrule the :code:`kmodes` package.

Q: I'm getting the following error: :code:`Clustering algorithm could not initialize. Consider assigning the initial clusters manually.`
Q: I'm getting the following error: :code:`ValueError: Clustering algorithm could not initialize. Consider assigning the initial clusters manually.`

A: This is a feature, not a bug. :code:`kmodes` is telling you that it can't make sense of the data you are presenting it. At least, not with the parameters you are setting the algorithm with. It is up to you, the data scientist, to figure out why. Some hints to possible solutions:

Expand Down

0 comments on commit 9e9b764

Please sign in to comment.