Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 857 for tests (0.78 sec)

  1. 7.3. Preprocessing data — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:28 UTC 2025
      198.2K bytes
      Cache
     
  2. 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
     
  3. 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
     
  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. 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
     
  6. 模範解答的なセクション 3 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...HandyDate を使ってみましょう。 */ public void test_1() throws Exception { // ##...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower03.html
    Fri Jun 13 09:55:28 UTC 2025
      50.3K bytes
      Cache
     
  7. 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
     
  8. 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
     
  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
    Mon Jun 30 13:50:27 UTC 2025
      98.1K bytes
      Cache
     
  10. Apparel | Clothing, Fashion, Footwear and More ...

    The 50+ best white t-shirts tested and ranked, according to editors...NBC News The 50 best leggings tested and ranked, according to editors...
    www.nbcnews.com/select/explore/apparel
    Wed Jun 11 01:05:17 UTC 2025
      415.5K bytes
      Cache
     
Back to top