Update kneighbors_graph()
Add n_job attribute.
Update Isomap
Add n_job attribute to Isomap.__init__ method.
Conform isomap.py to pep8.
Conform graph.py to pep8.
Update dbscan_.py
Add n_jobs parameter to dbscan function and DBSCAN.__init__ method.
Refactor DBSCAN.__init__ documentation.
Update mean_shift_.py
Add n_jobs parameter to estimate_bandwidth function.
Propagate existing n_jobs parameter in mean_shift to estimate_bandwidth and NearestNeighbors.
Conform mean_shift_.py to pep8.
Conform locally_linear.py to pep8.
Add n_jobs parameter to SpectralClustering.__init__ method.
Add n_jobs parameter to SpectralEmbedding.__init__ method.
Update usage of barycenter_kneighbors_graph function.
Conform spectral_embedding_.py to pep8.
Update label_propagation.py
Conform to pep8.
Refactor imports.
Add n_jobs parameter to LabelSpreading.__init__ method.
Update dbscan function call.
Remove n_jobs argument from dbscan call, as it is already being given by self.get_params().
Add n_jobs parameter to KernelPCA.__init__ method.
Update KernelPCA construction in Isomap.
Remove unnecessary parentesis in isomap.py:211,29.
Update docs: pipeline.rst
Revert "Fix n_jobs usage"
This reverts commit 9480630a69bbb68b01d1176d476222fc665cdd1e.
Fix usage of n_jobs property in Isomap
|
||
|---|---|---|
| .. | ||
| tests | ||
| __init__.py | ||
| label_propagation.py | ||