- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1251 - 1260 of over 10,000 for 2 (0.66 seconds)
Filter
-
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 -
Plot randomly generated multilabel dataset R...
1500 * p_c ** 2 , color = COLORS . take ([ 1 , 2 , 4 ]), ) ax...means the class is present: 1 2 3 Color Y N N Red N Y N Blue N...scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.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 -
Statistical comparison of models using grid sea...
factorial ( 2 ) * factorial ( len ( model_scores ) - 2 ) ) pairwise_t_test..."poly" ], "degree" : [ 2 , 3 ]}, { "kernel" :...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_stats.html -
check_consistent_length — scikit-learn 1....
scikit-learn.org/stable/modules/generated/sklearn.utils.check_consistent_length.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 -
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 -
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 -
7.3. Preprocessing data — scikit-learn 1....
2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...4.1, 6.7, 2.5], [7.7, 4.2, 6.7, 2.5], [7.9, 4.4, 6.9, 2.5]]) Thus...scikit-learn.org/stable/modules/preprocessing.html -
LassoLarsIC — scikit-learn 1.8.0 document...
[[ - 2 , 2 ], [ - 1 , 1 ], [ 0 , 0 ], [ 1 , 1 ], [ 2 , 2 ]] >>>...>>> y = [ - 2.2222 , - 1.1111 , 0 , - 1.1111 , - 2.2222 ] >>>...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LassoLarsIC.html