Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1381 - 1390 of 2,219 for text (0.12 sec)

  1. 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
    Mon Nov 04 18:26:51 UTC 2024
      152.5K bytes
      Cache
     
  2. 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
    Mon Nov 04 18:26:52 UTC 2024
      92.1K bytes
      Cache
     
  3. 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
    Mon Nov 04 18:26:52 UTC 2024
      108.3K bytes
      Cache
     
  4. 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
    Mon Nov 04 18:26:52 UTC 2024
      94.2K bytes
      Cache
     
  5. 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
    Mon Nov 04 18:26:52 UTC 2024
      111.2K bytes
      Cache
     
  6. 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
    Tue Nov 05 01:01:41 UTC 2024
      427.2K bytes
      Cache
     
  7. 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
    Mon Nov 04 18:26:54 UTC 2024
      119.6K bytes
      Cache
     
  8. 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
    Thu Oct 31 08:02:03 UTC 2024
      27.4K bytes
      Cache
     
  9. 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
    Mon Nov 04 18:26:54 UTC 2024
      98.2K bytes
      Cache
     
  10. 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
    Mon Nov 04 18:26:54 UTC 2024
      84.7K bytes
      Cache
     
Back to top