Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 411 - 420 of 850 for tests (0.11 sec)

  1. ElasticNetCV — scikit-learn 1.7.0 documentation

    case the different values are tested by cross-validation and the...default=None Values of alphas to test along the regularization path,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html
    Fri Jul 11 17:08:39 UTC 2025
      166.7K bytes
      Cache
     
  2. StackingClassifier — scikit-learn 1.7.0 documen...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.9... decision_function...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingClassifier.html
    Fri Jul 11 17:08:39 UTC 2025
      158.9K bytes
      Cache
     
  3. InputTags — scikit-learn 1.7.0 documentation

    Note that most common tests currently run only if this flag...
    scikit-learn.org/stable/modules/generated/sklearn.utils.InputTags.html
    Tue Jul 08 15:58:47 UTC 2025
      112K bytes
      Cache
     
  4. Examples — scikit-learn 1.7.0 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/index.html
    Fri Jul 11 17:08:39 UTC 2025
      273K bytes
      Cache
     
  5. sklearn.feature_selection — scikit-learn 1.7.0 ...

    pvalues below alpha based on a FPR test. SelectFromModel Meta-transformer...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/api/sklearn.feature_selection.html
    Fri Jul 11 17:08:39 UTC 2025
      121.4K bytes
      Cache
     
  6. robust_scale — scikit-learn 1.7.0 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
    Tue Jul 08 15:58:47 UTC 2025
      112.9K bytes
      Cache
     
  7. 1.11. Ensembles: Gradient boosting, random fore...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...
    scikit-learn.org/stable/modules/ensemble.html
    Fri Jul 11 17:08:39 UTC 2025
      229K bytes
      Cache
     
  8. plot_release_highlights_1_7_0.py

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...
    scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py
    Fri Jul 11 17:08:39 UTC 2025
      4.7K bytes
     
  9. Introducing the OTTL Playground for OpenTelemet...

    and test statements in real-time, making...users to create, modify, and test statements in real-time, making...
    www.elastic.co/observability-labs/blog/introducing-the-ottl-playground-for-opentelemetry
    Fri Jul 11 01:13:10 UTC 2025
      61.9K bytes
      Cache
     
  10. Comparing randomized search and grid search for...

    "mean_test_score" ][ candidate ], results [ "std_test_score"...not carry over to a held-out test set. Note that in practice,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_randomized_search.html
    Fri Jul 11 17:08:39 UTC 2025
      97.2K bytes
      Cache
     
Back to top