- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 551 - 560 of 913 for spring (0.62 sec)
-
Image denoising using dictionary learning — sci...
regions Gallery generated by Sphinx-Gallery On this page This Page...the right half of the image print ( "Distorting image..." ) distorted...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html -
MiniBatchSparsePCA — scikit-learn 1.7.2 documen...
scikit-learn.org/stable/modules/generated/sklearn.decomposition.MiniBatchSparsePCA.html -
SparseCoder — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.decomposition.SparseCoder.html -
FunctionTransformer — scikit-learn 1.7.2 docume...
scikit-learn.org/stable/modules/generated/sklearn.preprocessing.FunctionTransformer.html -
RadiusNeighborsClassifier — scikit-learn 1.7.2 ...
>>> print ( neigh . predict ([[ 1.5 ]])) [0] >>> print ( neigh...passing the metric name as a string. outlier_label {manual label,...scikit-learn.org/stable/modules/generated/sklearn.neighbors.RadiusNeighborsClassifier.html -
cross_val_score — scikit-learn 1.7.2 documentation
str: see String name scorers for options. callable:...linear_model . Lasso () >>> print ( cross_val_score ( lasso ,...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_val_score.html -
CategoricalNB — scikit-learn 1.7.2 documentation
feature names that are all strings. Added in version 1.0. n_categories_...X , y ) CategoricalNB() >>> print ( clf . predict ( X [ 2 : 3...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html -
cross_validation.rst.txt
the scoring parameter is a string, callable or None, the keys...hastie/ElemStatLearn/>`_, Springer 2009 * L. Breiman, P. Spector...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
Prediction Latency — scikit-learn 1.7.2 documen...
import shuffle def _not_in_sphinx (): # Hack to detect whether...whether we are running by the sphinx builder return "__file__" in...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html -
Comparing Random Forests and Histogram Gradient...
Trees Gallery generated by Sphinx-Gallery On this page This Page...computationally expensive. print ( f "The dataset consists of...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html