- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1381 - 1390 of 2,219 for text (0.07 sec)
-
CalibratedClassifierCV — scikit-learn 1.5.2 doc...
and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.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 -
Principal Component Regression vs Partial Least...
X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
Underfitting vs. Overfitting — scikit-learn 1.5...
plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html -
Single estimator versus bagging: bias-variance ...
( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
Elastic on Elastic: How InfoSec uses the Elasti...
allowing us to test fields or dashboards without...when a pull request is merged. Next steps We have several ideas...www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management -
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 -
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 -
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 -
Confusion matrix — scikit-learn 1.5.2 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