- Sort Score
- Num 10 results
- Language All
- Labels All
Results 631 - 640 of over 10,000 for 2 (0.99 seconds)
-
Search - scikit-learn 1.7.2 documentation
Skip to main content Back to top Ctrl + K GitHub Choose version Search Ctrl + Kscikit-learn.org/stable/search.html -
contingency_matrix — scikit-learn 1.7.2 d...
2 , 2 ] >>> labels_pred = [ 1 , 0 , 2 , 1 , 0...0 , 2 ] >>> contingency_matrix ( labels_true , labels_pred...scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.contingency_matrix.html -
ExtraTreeRegressor — scikit-learn 1.7.2 d...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html -
randomized_range_finder — scikit-learn 1....
size = 2 , n_iter = 2 , random_state = 42 ) array([[-0.214,...normalization if n_iter <= 2 and switches to LU otherwise....scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.randomized_range_finder.html -
lars_path_gram — scikit-learn 1.7.2 docum...
float64(2.220446049250313e-16) , copy_Gram...case method=’lasso’ is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html -
murmurhash3_32 — scikit-learn 1.7.2 docum...
to a signed int from -(2 ** 31) to 2 ** 31 - 1 Examples >>>...to an unsigned int from 0 to 2 ** 32 - 1 False: the results is...scikit-learn.org/stable/modules/generated/sklearn.utils.murmurhash3_32.html -
check_increasing — scikit-learn 1.7.2 doc...
2 , 3 , 4 , 5 ], [ 2 , 4 , 6 , 8 , 10 ] >>>...>>> y = [ 10 , 8 , 6 , 4 , 2 ] >>> check_increasing...scikit-learn.org/stable/modules/generated/sklearn.isotonic.check_increasing.html -
Sum — scikit-learn 1.7.2 documentation
kernel = Sum ( ConstantKernel ( 2 ), RBF ()) >>> gpr =...1.0 >>> kernel 1.41**2 + RBF(length_scale=1) __call__...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Sum.html -
safe_sqr — scikit-learn 1.7.2 documentation
Returns : X ** 2 element wise square Return the...>>> safe_sqr ([ 1 , 2 , 3 ]) array([1, 4, 9]) On this...scikit-learn.org/stable/modules/generated/sklearn.utils.safe_sqr.html -
make_spd_matrix — scikit-learn 1.7.2 docu...
make_spd_matrix ( n_dim = 2 , random_state = 42 ) array([[2.093, 0.346], [0.346,...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_spd_matrix.html