- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 1,825 for document (0.47 sec)
-
fast_logdet — scikit-learn 1.5.2 documentation
Skip to main content Back to top Ctrl + K GitHub fast_logdet # sklearn.utils.extmath. fast_logdet ( A ) [source] # Co...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.fast_logdet.html -
murmurhash3_32 — scikit-learn 1.5.2 documentation
Skip to main content Back to top Ctrl + K GitHub murmurhash3_32 # sklearn.utils. murmurhash3_32 ( key , seed = 0 , po...scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html -
Plotting Validation Curves — scikit-learn 1.5.2...
In this plot you can see the training scores and validation scores of an SVM for different values of the kernel parameter gamma. For very low values of gamma, you can see that both the training sco...scikit-learn.org/stable/auto_examples/model_selection/plot_validation_curve.html -
cosine_distances — scikit-learn 1.5.2 documenta...
Skip to main content Back to top Ctrl + K GitHub cosine_distances # sklearn.metrics.pairwise. cosine_distances ( X , ...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.cosine_distances.html -
Caching nearest neighbors — scikit-learn 1.5.2 ...
This examples demonstrates how to precompute the k nearest neighbors before using them in KNeighborsClassifier. KNeighborsClassifier can compute the nearest neighbors internally, but precomputing t...scikit-learn.org/stable/auto_examples/neighbors/plot_caching_nearest_neighbors.html -
Orthogonal Matching Pursuit — scikit-learn 1.5....
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.203 seconds) Launch binder Launch J...scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html -
lasso_path — scikit-learn 1.5.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.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 -
Vector Quantization Example — scikit-learn 1.5....
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 -
Version 0.20 — scikit-learn 1.5.2 documentation
previously didn’t work as documented – or according to reasonable...release with some minor documentation improvements and enhancements...scikit-learn.org/stable/whats_new/v0.20.html