Unused parameters in dask_ml.cluster.KMeans
Open
- Dominant language
- Python
- Stars
- 951
- Forks
- 262
- PR merge metrics
- No merged PRs in 30d
Description
The `precompute_distances`, `copy_x`, and `n_jobs` parameters for the `KMeans` class do not seem to be used beyond initialization.
Are there plans for use of these parameters?
Contributor guide
Research direction
Start by reading the dask_ml.cluster.KMeans class and tracing the initialization of precompute_distances, copy_x, and n_jobs. Determine whether the issue calls for removing these parameters or implementing their intended use; done when their status is explicit and the class no longer retains unexplained unused parameters.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100