- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 1,456 for test (0.18 sec)
-
GroupShuffleSplit — scikit-learn 1.6.1 document...
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupShuffleSplit.html -
Importance of Feature Scaling — scikit-learn 1....
X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html -
javatry (じゃゔぁとらい) | DBFlute
public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...dbflute.seasar.org/ja/tutorial/javatry/index.html -
11.1. Array API support (experimental) — scikit...
train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...scikit-learn.org/stable/modules/array_api.html -
RandomizedSearchCV — scikit-learn 1.6.1 documen...
the attributes best_index_ , best_score_ and best_params_ will...param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html -
Logistic function — scikit-learn 1.6.1 document...
plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html -
SVC — scikit-learn 1.6.1 documentation
cross-validation Nested versus non-nested cross-validation Nested versus...following example: Nested versus non-nested cross-validation Read...scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html -
QuadraticDiscriminantAnalysis — scikit-learn 1....
n_features) Array of samples (test vectors). Returns : C ndarray...classification on an array of test vectors X. The predicted class...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
Detection error tradeoff (DET) curve — scikit-l...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...scikit-learn.org/stable/auto_examples/model_selection/plot_det.html -
Target Encoder’s Internal Cross fitting — sciki...
X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html