- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 101 - 110 of 834 for tests (0.2 sec)
-
Prediction Latency — scikit-learn 1.6.1 documen...
X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html -
Compare cross decomposition methods — scikit-le...
) X_test_r , Y_test_r = cca . transform ( X_test , Y_test ) Total...Y_train ) X_test_r , Y_test_r = plsca . transform ( X_test , Y_test...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_compare_cross_decomposition.html -
外だしSQLのタイトル (OutsideSqlTitle) | DBFlute
[df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...dbflute.seasar.org/ja/manual/function/genbafit/dbflutefit/outsidesqltitle/index.html -
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 -
Comparing Nearest Neighbors with and without Ne...
X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html -
Release Highlights for scikit-learn 0.24 — scik...
X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html -
Post-hoc tuning the cut-off point of decision f...
value_counts () class tested_negative 500 tested_positive 268 Name:..."train_accuracy" , "test_accuracy" , "train_balanced_accuracy" , "test_balanced_accuracy"...scikit-learn.org/stable/auto_examples/model_selection/plot_tuned_decision_threshold.html -
Effect of varying threshold for self-training —...
train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html -
How to increase primary shard count in Elastics...
After adding the test_split_source alias to the test_split_target...After adding the test_split_source alias to the test_split_target...www.elastic.co/search-labs/blog/elasticsearch-increase-primary-shard-count -
Confusion matrix — scikit-learn 1.6.1 documenta...
set and a test set X_train , X_test , y_train , y_test = train_test_split...from_estimator ( classifier , X_test , y_test , display_labels = class_names...scikit-learn.org/stable/auto_examples/model_selection/plot_confusion_matrix.html