- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1251 - 1260 of over 10,000 for 2 (0.34 seconds)
Filter
-
colors.css
--sk-cyan-tint-3: #7ac5ec; --sk-cyan-tint-2: #64bce9; --sk-cyan-tint-1: #4bb4e5;...--sk-cyan-shades-1: #2294c4; --sk-cyan-shades-2: #1c7ea8; --sk-cyan-shades-3:...scikit-learn.org/stable/_static/styles/colors.css -
Elastic Product End of Life Dates | Elastic
2: Major 8, Minor 3, Maintenance 2). 1.2 "Maintenance"...version 2.8 is the most-current Minor Release, both 2.8 and 2.7 will...www.elastic.co/support/eol -
OneVsOneClassifier — scikit-learn 1.8.0 d...
X_test [: 10 ]) array([2, 1, 0, 2, 0, 2, 0, 1, 1, 1]) decision_function...n_classes * (n_classes - 1) / 2 classifiers, this method is usually...scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html -
Regions | Elastic Docs
Virginia) us-east-2 US East (Ohio) us-west-2 US West (Oregon)...eu-west-1 Europe (Ireland) eu-west-2 Europe (London) us-east-1 US East...www.elastic.co/docs/deploy-manage/deploy/elastic-cloud/regions -
ElasticNetCV — scikit-learn 1.8.0 documen...
is: ( 1 / ( 2 * n_samples )) * || Y - XW || _Fro ^ 2 + alpha *...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
locally_linear_embedding — scikit-learn 1...
(n_components + 1) / 2. see reference [2] modified use the modified...n_components = 2 ) >>> embedding . shape (100, 2) Gallery...scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html -
IsolationForest example — scikit-learn 1....
2 ) @ covariance + np . array ([ 2 , 2 ]) # general...randn ( n_samples , 2 ) + np . array ([ - 2 , - 2 ]) # spherical outliers...scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html -
KernelCenterer — scikit-learn 1.8.0 docum...
- 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...K array([[ 9., 2., -2.], [ 2., 14., -13.], [ -2., -13., 21.]])...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.KernelCenterer.html -
auto_examples_python.zip
- l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2 mask =...+ 1, figsize=(4 * 2.2, n_classifiers * 2.2), ) evaluation_results...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
Classifier comparison — scikit-learn 1.8....
n_features = 2 , n_redundant = 0 , n_informative = 2 , random_state.... random . RandomState ( 2 ) X += 2 * rng . uniform ( size =...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html