Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 857 for tests (0.87 sec)

  1. 8.2. Real world datasets — scikit-learn 1.7.0 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Mon Jun 30 13:50:30 UTC 2025
      100.2K 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
    Mon Jun 30 13:50:27 UTC 2025
      102.7K bytes
      Cache
     
  3. Trying Acupuncture For The First Time

    Acupuncture For The First Time THE TEST FRIENDS For more videos, check...
    www.buzzfeed.com/webstories/trying-acupuncture-for-the-first-time/
    Wed Jun 18 00:04:20 UTC 2025
      47K bytes
      1 views
      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
    Mon Jun 30 13:50:27 UTC 2025
      136.2K bytes
      Cache
     
  5. fetch_species_distributions — scikit-learn 1.7....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Mon Jun 30 13:50:28 UTC 2025
      112.7K 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
    Sun Jun 29 19:04:30 UTC 2025
      20.2K bytes
      1 views
     
  7. PLSCanonical — scikit-learn 1.7.0 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSCanonical.html
    Mon Jun 30 13:50:28 UTC 2025
      159.6K bytes
      Cache
     
  8. Confusion matrix — scikit-learn 1.7.0 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 Jun 30 13:50:27 UTC 2025
      88.9K bytes
      Cache
     
  9. 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 Jun 30 13:50:27 UTC 2025
      101.8K bytes
      Cache
     
  10. 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
    Mon Jun 30 13:50:27 UTC 2025
      98.1K bytes
      Cache
     
Back to top