- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 881 - 890 of 1,702 for document (0.07 sec)
-
Manifold learning — scikit-learn 1.7.0 document...
Examples concerning the sklearn.manifold module. Comparison of Manifold Learning methods Manifold Learning methods on a severed sphere Manifold learning on handwritten digits: Locally Linear Embedd...scikit-learn.org/stable/auto_examples/manifold/index.html -
Feature agglomeration — scikit-learn 1.7.0 docu...
These images show how similar features are merged together using feature agglomeration. Total running time of the script:(0 minutes 0.117 seconds) Launch binder Launch JupyterLite Download Jupyter ...scikit-learn.org/stable/auto_examples/cluster/plot_digits_agglomeration.html -
available_if — scikit-learn 1.7.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.metaestimators.available_if.html -
is_regressor — scikit-learn 1.7.0 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version is_regressor # sklearn.base. is_regressor ( estimator...scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html -
pairwise_distances_chunked — scikit-learn 1.7.0...
Skip to main content Back to top Ctrl + K GitHub Choose version pairwise_distances_chunked # sklearn.metrics. pairwis...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise_distances_chunked.html -
gen_even_slices — scikit-learn 1.7.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.utils.gen_even_slices.html -
paired_euclidean_distances — scikit-learn 1.7.0...
Skip to main content Back to top Ctrl + K GitHub Choose version paired_euclidean_distances # sklearn.metrics.pairwise...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.paired_euclidean_distances.html -
Image denoising using dictionary learning — sci...
An example comparing the effect of reconstructing noisy fragments of a raccoon face image using firstly online Dictionary Learning and various transform methods. The dictionary is fitted on the dis...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html -
Comparison of kernel ridge regression and SVR —...
Both kernel ridge regression (KRR) and SVR learn a non-linear function by employing the kernel trick, i.e., they learn a linear function in the space induced by the respective kernel which correspo...scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_ridge_regression.html -
Demo of affinity propagation clustering algorit...
Reference: Brendan J. Frey and Delbert Dueck, “Clustering by Passing Messages Between Data Points”, Science Feb. 2007 Generate sample data: Compute Affinity Propagation: Plot result: Total running ...scikit-learn.org/stable/auto_examples/cluster/plot_affinity_propagation.html