- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of 3,230 for 1 (1.13 sec)
-
permutation_test_score — scikit-learn 1.7.1 doc...
p-value is 1/(n_permutations + 1), the worst is 1.0. Notes This...means 1 unless in a joblib.parallel_backend context. -1 means...scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html -
Robust linear estimator fitting — scikit-learn ...
time of the script: (0 minutes 1.819 seconds) Download Jupyter...scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html -
additive_chi2_kernel — scikit-learn 1.7.1 docum...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...additive_chi2_kernel ( X , Y ) array([[-1., -2.], [-2., -1.]]) On this page This...scikit-learn.org/stable/modules/generated/sklearn.metrics.pairwise.additive_chi2_kernel.html -
_safe_indexing — scikit-learn 1.7.1 documentation
array([1, 2]) >>> _safe_indexing ( data , 0 , axis = 1 ) # select...integer are supported. If axis=1 : to select a single column, indices...scikit-learn.org/stable/modules/generated/sklearn.utils._safe_indexing.html -
img_to_graph — scikit-learn 1.7.1 documentation
1], [0, 0, 0, 1], [0, 1, 1, 1]]) On this page...np . array ([[ 0 , 0 ], [ 0 , 1 ]]) >>> img_to_graph ( img , return_as...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.img_to_graph.html -
balanced_accuracy_score — scikit-learn 1.7.1 do...
1 , 0 , 0 , 1 , 0 ] >>> y_pred = [ 0 , 1 , 0 , 0 ,...each class. The best value is 1 and the worst value is 0 when...scikit-learn.org/stable/modules/generated/sklearn.metrics.balanced_accuracy_score.html -
Ordinary Least Squares and Ridge Regression — s...
1 ] . T y_train = [ 0.5 , 1 ] X_test = np . c_...this_X = 0.1 * np . random . normal ( size = ( 2 , 1 )) + X_train...scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge.html -
mean_tweedie_deviance — scikit-learn 1.7.1 docu...
power = 1 ) 1.4260... Gallery examples # Tweedie...Either power <= 0 or power >= 1. The higher p the less weight...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html -
Gaussian Mixture Model Ellipsoids — scikit-lear...
1 , 1 + index ) for i , ( mean , covar...= np . array ([[ 0.0 , - 0.1 ], [ 1.7 , 0.4 ]]) X = np . r_ [...scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html -
cohen_kappa_score — scikit-learn 1.7.1 document...
which is a number between -1 and 1. The maximum value means complete...function computes Cohen’s kappa [1] , a score that expresses the...scikit-learn.org/stable/modules/generated/sklearn.metrics.cohen_kappa_score.html