- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 481 - 490 of 1,705 for document (0.08 sec)
-
Caching nearest neighbors — scikit-learn 1.7.0 ...
This example demonstrates how to precompute the k nearest neighbors before using them in KNeighborsClassifier. KNeighborsClassifier can compute the nearest neighbors internally, but precomputing th...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
cross_validate — scikit-learn 1.7.0 documentation
Gallery examples: Time-related feature engineering Lagged features for time series forecasting Categorical Feature Support in Gradient Boosting Features in Histogram Gradient Boosting Trees Combine...scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html -
lasso_path — scikit-learn 1.7.0 documentation
scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
Vector Quantization Example — scikit-learn 1.7....
This example shows how one can use KBinsDiscretizer to perform vector quantization on a set of toy image, the raccoon face. Original image: We start by loading the raccoon face image from SciPy. We...scikit-learn.org/stable/auto_examples/cluster/plot_face_compress.html -
Comparison of Calibration of Classifiers — scik...
Well calibrated classifiers are probabilistic classifiers for which the output of predict_proba can be directly interpreted as a confidence level. For instance, a well calibrated (binary) classifie...scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html -
Orthogonal Matching Pursuit — scikit-learn 1.7....
Using orthogonal matching pursuit for recovering a sparse signal from a noisy measurement encoded with a dictionary Total running time of the script:(0 minutes 0.195 seconds) Launch binder Launch J...scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html -
recall_score — scikit-learn 1.7.0 documentation
Gallery examples: Probability Calibration curves Post-tuning the decision threshold for cost-sensitive learning Precision-Recallscikit-learn.org/stable/modules/generated/sklearn.metrics.recall_score.html -
validation_curve — scikit-learn 1.7.0 documenta...
scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html -
sklearn.datasets — scikit-learn 1.7.0 documenta...
Utilities to load popular datasets and artificial data generators. User guide. See the Dataset loading utilities section for further details. Loaders: Sample generators:scikit-learn.org/stable/api/sklearn.datasets.html -
silhouette_samples — scikit-learn 1.7.0 documen...
scikit-learn.org/stable/modules/generated/sklearn.metrics.silhouette_samples.html