- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 211 - 220 of 2,300 for 2 (0.07 sec)
-
検索関連の設定
fragments = 2 ハイライト生成方法 OpenSearchのハイライトの生成方法を指定します。...fess.codelibs.org/ja/14.19/config/search-config.html -
検索API
"2" , "3" , "4" , "5" ], "partial"...fess.codelibs.org/ja/14.19/api/api-search.html -
3.1. Cross-validation: evaluating estimator per...
2 , 2 , 2 , 2 ] >>> groups = [ 1 , 1 , 2 , 2 , 3 , 3...)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...scikit-learn.org/stable/modules/cross_validation.html -
RepeatedKFold — scikit-learn 1.6.1 documentation
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...RepeatedKFold ( n_splits = 2 , n_repeats = 2 , random_state = 2652124...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
1.1. Linear Models — scikit-learn 1.6.1 documen...
x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2\] The (sometimes...\([x_1, x_2]\) to \([1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]\) , and...scikit-learn.org/stable/modules/linear_model.html -
r2_score — scikit-learn 1.6.1 documentation
y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 ] >>> r2_score...y_true = [ - 2 , - 2 , - 2 ] >>> y_pred = [ - 2 , - 2 , - 2 + 1e-8...scikit-learn.org/stable/modules/generated/sklearn.metrics.r2_score.html -
cross_validation.rst.txt
2, 2, 2, 2] >>> groups = [1, 1, 2, 2, 3, 3, 3] >>>...test)) [2 3] [0 1] [1 3] [0 2] [1 2] [0 3] [0 3] [1 2] [0 2] [1 3]...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
linear_model.rst.txt
x_1 + w_2 x_2 + w_3 x_1 x_2 + w_4 x_1^2 + w_5 x_2^2 The (sometimes...:math:`[x_1, x_2]` to :math:`[1, x_1, x_2, x_1^2, x_1 x_2, x_2^2]`, and...scikit-learn.org/stable/_sources/modules/linear_model.rst.txt -
model_evaluation.rst.txt
labeling1 = [2, 0, 2, 2, 0, 1] >>> labeling2 = [0, 0, 2, 2, 0, 2] >>>...y_true = [2, 0, 2, 2, 0, 1] >>> y_pred = [0, 0, 2, 2, 0, 2] >>> ...scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt -
RegressorMixin — scikit-learn 1.6.1 documentation
2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html