Flow
sklearn.semi_supervised._label_propagation.LabelPropagation

sklearn.semi_supervised._label_propagation.LabelPropagation

Visibility: public Uploaded 05-04-2023 by Takeaki Sakabe sklearn==1.2.2 numpy>=1.17.3 scipy>=1.3.2 joblib>=1.1.1 threadpoolctl>=2.0.0 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_1.2.2
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Label Propagation classifier.

Parameters

gammaParameter for rbf kerneldefault: 20
kerneldefault: "rbf"
max_iterChange maximum number of iterations alloweddefault: 1000
n_jobsThe number of parallel jobs to run ``None`` means 1 unless in a :obj:`joblib.parallel_backend` context ``-1`` means using all processors. See :term:`Glossary ` for more details.default: null
n_neighborsParameter for knn kernel which need to be strictly positivedefault: 7
tolConvergence tolerance: threshold to consider the system at steady statedefault: 0.001

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table