- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 2,486 for 2 (0.61 sec)
-
load_diabetes — scikit-learn 1.7.2 documentation
2 < x < .2 Targets integer 25 - 346...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 On this page...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_diabetes.html -
mutual_info_classif — scikit-learn 1.7.2 docume...
[ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_classif.html -
BernoulliNB — scikit-learn 1.7.2 documentation
2. Changed in version 1.4: The default...)) >>> Y = np . array ([ 1 , 2 , 3 , 4 , 4 , 5 ]) >>> from sklearn.naive_bayes...scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html -
mutual_info_regression — scikit-learn 1.7.2 doc...
[ 2 ] ( 1 , 2 ) A. Kraskov, H. Stogbauer...neighbors distances as described in [2] and [3] . Both methods are based...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.mutual_info_regression.html -
RBFSampler — scikit-learn 1.7.2 documentation
2: The option "scale" was added in 1.2. n_components...of RBF kernel: exp(-gamma * x^2). If gamma='scale' is passed then...scikit-learn.org/stable/modules/generated/sklearn.kernel_approximation.RBFSampler.html -
RANSACRegressor — scikit-learn 1.7.2 documentation
org/wiki/RANSAC [ 2 ] https://www.sri.com/wp-cont...n_samples = 200 , n_features = 2 , noise = 4.0 , random_state =...scikit-learn.org/stable/modules/generated/sklearn.linear_model.RANSACRegressor.html -
locally_linear_embedding — scikit-learn 1.7.2 d...
(n_components + 1) / 2. see reference [2] modified use the modified...n_components = 2 ) >>> embedding . shape (100, 2) Gallery examples...scikit-learn.org/stable/modules/generated/sklearn.manifold.locally_linear_embedding.html -
median_absolute_error — scikit-learn 1.7.2 docu...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2 ], [ 8 , - 5 ]] >>> median_absolute_error...scikit-learn.org/stable/modules/generated/sklearn.metrics.median_absolute_error.html -
extract_patches_2d — scikit-learn 1.7.2 documen...
( 2 , 2 )) >>> print ( 'Patches shape:...shape )) Patches shape: (272214, 2, 2, 3) >>> # Here are just two...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html -
1.1. Linear Models — scikit-learn 1.7.2 documen...
x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2\] The (sometimes...\([x_1, x_2]\) to \([1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]\) , and...scikit-learn.org/stable/modules/linear_model.html