Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error raised #11

Open
dataislife opened this issue Jan 7, 2020 · 0 comments
Open

Error raised #11

dataislife opened this issue Jan 7, 2020 · 0 comments

Comments

@dataislife
Copy link

Hi,

The following error keep being raised:

/Users/------/Documents/------/equal_groups.py:498: RuntimeWarning: overflow encountered in true_divide
  centers = _k_means._centers_dense(X, sample_weight, labels, n_clusters, distances)
/anaconda3/envs/env/lib/python3.7/site-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce
  return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
/anaconda3/envs/env/lib/python3.7/site-packages/numpy/core/fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce
  return ufunc.reduce(obj, axis, dtype, out, **passkwargs)
/anaconda3/envs/env/lib/python3.7/site-packages/sklearn/metrics/pairwise.py:273: RuntimeWarning: overflow encountered in multiply
  distances = - 2 * safe_sparse_dot(X, Y.T, dense_output=True)
/anaconda3/envs/env/lib/python3.7/site-packages/sklearn/metrics/pairwise.py:274: RuntimeWarning: invalid value encountered in add
  distances += XX

Any idea how to solve it? :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant