Reputation: 1
I install(pip install kneed) the Kneed, but when I re-run the Import again but it keeps showing me the error(Colad)
Upvotes: 0
Views: 390
Reputation: 1
Copy and paste these two lines and see if your problem becomes solved or not:
pip install kneed
from kneed import KneeLocator
Besides, this is the reference website: https://pypi.org/project/kneed/
Upvotes: 0