Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 1,438 for test (0.17 sec)

  1. plot_multi_metric_evaluation.zip

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...1)[0][0]\n best_score = results[\"mean_test_%s\" % scorer][best_index]\n\n...
    scikit-learn.org/stable/_downloads/535778bfbc9b4881da3e662bc2ea8484/plot_multi_metric_evaluation.zip
    Wed Apr 09 14:13:00 UTC 2025
      8.8K bytes
      Similar Results (1)
     
  2. ValidationCurveDisplay — scikit-learn 1.6.1 doc...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Thu Apr 10 21:02:03 UTC 2025
      144.5K bytes
      Cache
     
  3. StratifiedGroupKFold — scikit-learn 1.6.1 docum...

    print ( f " Test: index= { test_index } " ) ... print...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedGroupKFold.html
    Thu Apr 10 21:02:04 UTC 2025
      129.8K bytes
      Cache
     
  4. Model Selection — scikit-learn 1.6.1 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/model_selection/index.html
    Thu Apr 10 21:02:03 UTC 2025
      89.2K bytes
      Cache
     
  5. DummyClassifier — scikit-learn 1.6.1 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyClassifier.html
    Thu Apr 10 21:02:03 UTC 2025
      142.7K bytes
      Cache
     
  6. KFold — scikit-learn 1.6.1 documentation

    estimates Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Thu Apr 10 21:02:05 UTC 2025
      123.6K bytes
      Cache
     
  7. plot_multi_metric_evaluation.py

    1)[0][0] best_score = results["mean_test_%s" % scorer][best_index]...etc...) The ``best_estimator_``, ``best_index_``, ``best_score_``...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Wed Apr 09 14:13:00 UTC 2025
      3.6K bytes
     
  8. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Fri Apr 11 00:05:57 UTC 2025
      524.4K bytes
      Cache
     
  9. fetch_20newsgroups_vectorized — scikit-learn 1....

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Thu Apr 10 21:02:04 UTC 2025
      118.7K bytes
      Cache
     
  10. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Thu Apr 10 21:02:03 UTC 2025
      10K bytes
      1 views
     
Back to top