- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 2091 - 2100 of 4,807 for * (5.75 sec)
-
PairwiseKernel — scikit-learn 1.7.1 documentation
array([[0.8880, 0.05663, 0.05532], [0.8676, 0.07073, 0.06165]]) __call__...tuning. metric {“linear”, “additive_chi2”, “chi2”, “poly”, “polynomial”,...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.PairwiseKernel.html -
sklearn.kernel_approximation — scikit-learn 1.7...
"skewed chi-squared" kernel....Back to top Ctrl + K GitHub Choose version sklearn.kernel_approximation...scikit-learn.org/stable/api/sklearn.kernel_approximation.html -
sklearn.dummy — scikit-learn 1.7.1 documentation
top Ctrl + K GitHub Choose version sklearn.dummy # Dummy estimators...implement simple rules of thumb. User guide. See the Metrics and scoring:...scikit-learn.org/stable/api/sklearn.dummy.html -
d2_absolute_error_score — scikit-learn 1.7.1 do...
= [ 3 , - 0.5 , 2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>>...[ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred = [[ 0 , 2 ], [ - 1 , 2...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_absolute_error_score.html -
label_ranking_loss — scikit-learn 1.7.1 documen...
[[ 1 , 0 , 0 ], [ 0 , 0 , 1 ]] >>> y_score = [[ 0.75 , 0.5 ,..., 1 ], [ 1 , 0.2 , 0.1 ]] >>> label_ranking_loss ( y_true , y_score...scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html -
mean_gamma_deviance — scikit-learn 1.7.1 docume...
= [ 2 , 0.5 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...mean_gamma_deviance ( y_true , y_pred ) 1.0568... On this page This...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_gamma_deviance.html -
_safe_indexing — scikit-learn 1.7.1 documentation
utils. _safe_indexing ( X , indices , * , axis = 0 ) [source] # Return...data = np . array ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>> _safe_indexing...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
safe_sparse_dot — scikit-learn 1.7.1 documentation
safe_sparse_dot ( X , X . T ) >>> dot_product . toarray () array([[ 5, 11,...= csr_matrix ([[ 1 , 2 ], [ 3 , 4 ], [ 5 , 6 ]]) >>> dot_product...scikit-learn.org/stable/modules/generated/sklearn.utils.extmath.safe_sparse_dot.html -
oas — scikit-learn 1.7.1 documentation
estimation.”, Chen, Y., Wiesel, A., Eldar, Y. C., & Hero, A. O. IEEE...shrunk_cov array([[0.7533, 0.2763], [0.2763, 0.3964]]) >>> shrinkage...scikit-learn.org/stable/modules/generated/oas-function.html -
load_sample_image — scikit-learn 1.7.1 document...
load_sample_image ( 'china.jpg' ) >>> china . dtype dtype('uint8') >>> china...'flower.jpg' ) >>> flower . dtype dtype('uint8') >>> flower . shape...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_sample_image.html