- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 3,483 for 1 (0.1 sec)
-
Successive Halving Iterations — scikit-learn 1....
"max_features" : randint ( 1 , 6 ), "min_samples_split" : randint...scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html -
rand_score — scikit-learn 1.6.0 documentation
1 , 1 ], [ 1 , 1 , 0 , 0 ]) 1.0 Labelings that...rand_score ([ 0 , 0 , 1 , 2 ], [ 0 , 0 , 1 , 1 ]) np.float64(0.83...)...scikit-learn.org/stable/modules/generated/sklearn.metrics.rand_score.html -
roc_curve — scikit-learn 1.6.0 documentation
y_true is in {-1, 1} or {0, 1}, pos_label is set to 1, otherwise...labels are not either {-1, 1} or {0, 1}, then pos_label should...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html -
Polynomial and Spline interpolation — scikit-le...
[ 1 , x_1 , x_1 ** 2 , x_1 ** 3 , ... , x_1 ** degree...), ... ], [ basis_1 ( x_1 ), basis_2 ( x_1 ), ... ], ... ] This...scikit-learn.org/stable/auto_examples/linear_model/plot_polynomial_interpolation.html -
r2_score — scikit-learn 1.6.0 documentation
1 ], [ - 1 , 1 ], [ 7 , - 6 ]] >>> y_pred...cross-validation). Added in version 1.1. Returns : z float or ndarray...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
mean_shift — scikit-learn 1.6.0 documentation
array ([[ 1 , 1 ], [ 2 , 1 ], [ 1 , 0 ], ... [ 4 , 7...6. ], [1.33..., 0.66...]]) >>> labels array([1, 1, 1, 0, 0, 0])...scikit-learn.org/stable/modules/generated/sklearn.cluster.mean_shift.html -
3.1. Cross-validation: evaluating estimator per...
3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3] [0 1]...>>> y = [ 1 , 1 , 1 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2...scikit-learn.org/stable/modules/cross_validation.html -
SVM Margins Example — scikit-learn 1.6.0 docume...
0 ] * 20 + [ 1 ] * 20 # figure number fignum = 1 # fit the model...is sqrt(1+a^2) away vertically in # 2-d. margin = 1 / np . sqrt...scikit-learn.org/stable/auto_examples/svm/plot_svm_margin.html -
set_config — scikit-learn 1.6.0 documentation
Added in version 1.1. enable_cython_pairwise_dist...configuration setting. Added in version 1.1. array_api_dispatch bool, default=None...scikit-learn.org/stable/modules/generated/sklearn.set_config.html -
sigmoid_kernel — scikit-learn 1.7.dev0 document...
[ 1 , 1 , 1 ]] >>> Y = [[ 1 , 0 , 0 ], [ 1 , 1 , 0 ]] >>>...defaults to 1.0 / n_features. coef0 float, default=1 Constant offset...scikit-learn.org/dev/modules/generated/sklearn.metrics.pairwise.sigmoid_kernel.html