Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 1,331 for test (0.17 sec)

  1. Comparison of Calibration of Classifiers — scik...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_compare_calibration.html
    Wed Aug 20 16:02:07 UTC 2025
      116.7K bytes
      Cache
     
  2. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Wed Aug 20 16:02:07 UTC 2025
      120.9K bytes
      1 views
      Cache
     
  3. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Wed Aug 20 16:02:07 UTC 2025
      115.5K bytes
      Cache
     
  4. RBF SVM parameters — scikit-learn 1.7.1 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Wed Aug 20 16:02:09 UTC 2025
      118.9K bytes
      Cache
     
  5. Understanding the decision tree structure — sci...

    X_test , y_train , y_test = train_test_split ( X ,...decision_path ( X_test ) leaf_id = clf . apply ( X_test ) sample_id...
    scikit-learn.org/stable/auto_examples/tree/plot_unveil_tree_structure.html
    Wed Aug 20 16:02:07 UTC 2025
      136K bytes
      Cache
     
  6. robust_scale — scikit-learn 1.7.1 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.robust_scale.html
    Wed Aug 20 16:02:08 UTC 2025
      112.9K bytes
      Cache
     
  7. parametrize_with_checks — scikit-learn 1.7.1 do...

    to specify which tests to run: pytest test_check_estimators ....why the check fails. These tests will be marked as xfail if the...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Wed Aug 20 16:02:08 UTC 2025
      113.1K bytes
      Cache
     
  8. Elasticsearch Plugins and Integrations [8.18] |...

    Mapper annotated text plugin Using the annotated-text field Data modelling...default transport port GCE Tips Testing GCE Mapper plugins Mapper size...
    www.elastic.co/guide/en/elasticsearch/plugins/8.18/index.html
    Fri Jul 11 03:48:35 UTC 2025
      22.3K bytes
      Cache
     
  9. 8.2. Real world datasets — scikit-learn 1.7.1 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Wed Aug 20 16:02:09 UTC 2025
      100.2K bytes
      Cache
     
  10. 9.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/stable/computing/parallelism.html
    Wed Aug 20 16:02:08 UTC 2025
      61K bytes
      Cache
     
Back to top