Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 825 for tests (0.45 sec)

  1. RFECV — scikit-learn 1.7.2 documentation

    test) splits as arrays of indices....the following keys: split(k)_test_score ndarray of shape (n_s...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.RFECV.html
    Thu Oct 16 16:10:48 UTC 2025
      158.4K bytes
      Cache
     
  2. 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
    Thu Oct 16 16:10:48 UTC 2025
      102.7K bytes
      Cache
     
  3. 7.3. Preprocessing data — scikit-learn 1.7.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Thu Oct 16 16:10:52 UTC 2025
      198.2K bytes
      Cache
     
  4. 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
    Thu Oct 16 16:10:48 UTC 2025
      136.2K bytes
      Cache
     
  5. Confusion matrix — scikit-learn 1.7.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
    Thu Oct 16 16:10:50 UTC 2025
      88.9K bytes
      Cache
     
  6. plot_hgbt_regression.ipynb

    import train_test_split\n\nX_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False)\n\nprint(f\"Training...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    Thu Oct 16 16:10:50 UTC 2025
      20.2K bytes
      1 views
     
  7. 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
    Thu Oct 16 16:10:50 UTC 2025
      101.8K bytes
      Cache
     
  8. HTTP json metricset | Metricbeat Reference [8.1...

    test", "duration": 115000, "module":..."module": "http" }, "http": { "test": { "hello": "world" } }, "metricset":...
    www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-http-json.html
    Tue Jul 29 14:26:41 UTC 2025
      18.6K bytes
      Cache
     
  9. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Thu Oct 16 16:10:48 UTC 2025
      98.1K bytes
      1 views
      Cache
     
  10. fetch_rcv1 — scikit-learn 1.7.2 documentation

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Thu Oct 16 16:10:50 UTC 2025
      112K bytes
      Cache
     
Back to top