You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created a new virtual env with only Texthero and its dependencies installed. A year or more ago it worked, but now when I try to run kmeans, e.g.
.pipe(hero.kmeans,n_clusters=5)
it errors: init() got an unexpected keyword argument 'precompute_distances'
This happens with my own data and code, and also when I paste the BBCSport sample code in as well.
The text was updated successfully, but these errors were encountered:
Created a new virtual env with only Texthero and its dependencies installed. A year or more ago it worked, but now when I try to run kmeans, e.g.
.pipe(hero.kmeans,n_clusters=5)
it errors:
init() got an unexpected keyword argument 'precompute_distances'
This happens with my own data and code, and also when I paste the BBCSport sample code in as well.
The text was updated successfully, but these errors were encountered: