- Sort Score
- Num 10 results
- Language All
- Labels All
Results 501 - 510 of over 10,000 for 2 (1.62 seconds)
-
RBF — scikit-learn 1.8.0 documentation
x_j)^2}{2l^2} \right)\] where \(l\) is the...very smooth. See [2] , Chapter 4, Section 4.2, for further details...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.RBF.html -
Compare cross decomposition methods — sci...
that: Y = XB + Err) [[1 1 1] [2 2 2] [0 0 0] [0 0 0] [0 0 0] [0...comp. 2" ) plt . title ( "X comp. 1 vs X comp. 2 (test...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
mean_tweedie_deviance — scikit-learn 1.8....
= [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2....y_pred > 0. 1 < p < 2 : Compound Poisson distribution....scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html -
confusion_matrix — scikit-learn 1.8.0 doc...
>>> y_true = [ 2 , 0 , 2 , 2 , 0 , 1 ] >>> y_pred...y_pred = [ 0 , 0 , 2 , 2 , 0 , 2 ] >>> confusion_matrix...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
zero_one_loss — scikit-learn 1.8.0 docume...
2 , 3 , 4 ] >>> y_true = [ 2 , 2 , 3 , 4 ]...], [ 1 , 1 ]]), np . ones (( 2 , 2 ))) 0.5 On this page This Page...scikit-learn.org/stable/modules/generated/sklearn.metrics.zero_one_loss.html -
LeavePGroupsOut — scikit-learn 1.8.0 docu...
group=[2] Test: index=[0 2], group=[1 3] Fold 2: Train: index=[0],...([ 1 , 2 , 1 ]) >>> groups = np . array ([ 1 , 2 , 3 ])...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html -
Receiver Operating Characteristic (ROC) with cr...
= 2 ], y [ y != 2 ] n_samples , n_features...linearly separable from the other 2; the latter are not linearly separable...scikit-learn.org/stable/auto_examples/model_selection/plot_roc_crossval.html -
auto_examples_python.zip
- l / 2.0) ** 2 + (y - l / 2.0) ** 2 < (l / 2.0) ** 2 mask =...+ 1, figsize=(4 * 2.2, n_classifiers * 2.2), ) evaluation_results...scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip -
d2_pinball_score — scikit-learn 1.8.0 doc...
Notes Like \(R^2\) , \(D^2\) score may be negative (it...], [ 2 ], [ 3 ], [ 4 ]]) >>> y = np . array ([ 2.5 ,...scikit-learn.org/stable/modules/generated/sklearn.metrics.d2_pinball_score.html -
plot_classifier_comparison.zip
make_classification( n_features=2, n_redundant=0, n_informative=2, random_state=1,...rng = np.random.RandomState(2) X += 2 * rng.uniform(size=X.shape)...scikit-learn.org/stable/_downloads/ce35bcc69acbd491cf7ac77fa17889d5/plot_classifier_comparison.zip