- Sort Score
- Num 10 results
- Language All
- Labels All
Results 791 - 800 of over 10,000 for 2 (2.53 seconds)
-
Covariance estimation — scikit-learn 1.7....
Examples concerning the sklearn.covariance module. Ledoit-Wolf vs OAS estimation Robust covariance estimation and Mahalanobis distances relevance Robust vs Empirical covariance estimate Shrinkage c...scikit-learn.org/stable/auto_examples/covariance/index.html -
Developing Estimators — scikit-learn 1.7....
scikit-learn.org/stable/auto_examples/developing_estimators/index.html -
Logistic function — scikit-learn 1.7.2 do...
Shown in the plot is how the logistic regression would, in this synthetic dataset, classify values as either 0 or 1, i.e. class one or two, using the logistic curve. Total running time of the scrip...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html -
Kernel Approximation — scikit-learn 1.7.2...
Examples concerning the sklearn.kernel_approximation module. Scalable learning with polynomial kernel approximationscikit-learn.org/stable/auto_examples/kernel_approximation/index.html -
Frequently Asked Questions — scikit-learn...
[2]]) >>> # We need to specify...lev_metric , eps = 5 , min_samples = 2 , algorithm = 'brute'...scikit-learn.org/stable/faq.html -
Version 1.3 — scikit-learn 1.7.2 document...
2 # October 2023 Changelog # sklearn.datasets...bors.kneighbors is now up to 2 times faster for this case on...scikit-learn.org/stable/whats_new/v1.3.html -
LatentDirichletAllocation — scikit-learn ...
implementation is based on [1] and [2] . Added in version 0.17. Read...rule. References [ 1 ] ( 1 , 2 , 3 ) “Online Learning for Latent...scikit-learn.org/stable/modules/generated/sklearn.decomposition.LatentDirichletAllocation.html -
10. Model persistence — scikit-learn 1.7....
2. ONNX # ONNX , or Open Neural...original_sklearn_version ) 10.5.2. Serving the model artifact #...scikit-learn.org/stable/model_persistence.html -
Orthogonal Matching Pursuit — scikit-lear...
2 ) plt . xlim ( 0 , 512 ) plt ....scikit-learn.org/stable/auto_examples/linear_model/plot_omp.html -
TfidfVectorizer — scikit-learn 1.7.2 docu...
2) means unigrams and bigrams, and (2, 2) means only...default regexp selects tokens of 2 or more alphanumeric characters...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.text.TfidfVectorizer.html