scikit-learn/sklearn/semi_supervised
ldavid dd85a67211 Add parallelism to multiple algorithms
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
2016-02-11 15:44:25 -02:00
..
tests TST skip flaky label propagation test 2014-06-01 16:34:48 +02:00
__init__.py Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
label_propagation.py Add parallelism to multiple algorithms 2016-02-11 15:44:25 -02:00