Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 912 for tests (0.11 sec)

  1. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Fri Sep 20 10:21:48 UTC 2024
      151.8K bytes
      Cache
     
  2. IsolationForest example — scikit-learn 1.5.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...sklearn.model_selection import train_test_split n_samples , n_outliers...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Fri Sep 20 10:21:47 UTC 2024
      115.2K bytes
      Cache
     
  3. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Fri Sep 20 10:21:50 UTC 2024
      93.7K 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
    Fri Sep 20 10:21:47 UTC 2024
      94.4K bytes
      Cache
     
  5. ELSER – Elastic Learned Sparse EncodeR | Machin...

    Testing ELSER You can test the deployed model...want to test ELSER on. Provide a search query and click Test . Evaluating...
    www.elastic.co/guide/en/machine-learning/current/ml-nlp-elser.html
    Tue Aug 27 23:15:08 UTC 2024
      45.1K bytes
      Cache
     
  6. Conspiracies - Conspiratorial Conversations

    Conspiratorial C onversations Home Test your beliefs Conspiracies For...researchers About us Contact … Home Test your beliefs Conspiracies For...
    www.debunkbot.com/conspiracies
    Fri Sep 13 00:41:54 UTC 2024
      194.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
    Fri Sep 20 10:21:47 UTC 2024
      119.8K bytes
      Cache
     
  8. 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
    Fri Sep 20 10:21:48 UTC 2024
      98.4K bytes
      Cache
     
  9. 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
    Fri Sep 20 10:21:47 UTC 2024
      84.9K bytes
      Cache
     
  10. 6.3. Preprocessing data — scikit-learn 1.5.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
    Fri Sep 20 10:21:48 UTC 2024
      197.9K bytes
      Cache
     
Back to top