Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 930 for tests (0.15 sec)

  1. Getting Started — scikit-learn 1.7.dev0 documen...

    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/dev/getting_started.html
    Fri Jan 17 11:45:10 UTC 2025
      47.8K bytes
      Cache
      Similar Results (1)
     
  2. RepeatedKFold — scikit-learn 1.6.1 documentation

    print ( f " Test: index= { test_index } " ) ... Fold...index=[0 1] Test: index=[2 3] Fold 1: Train: index=[2 3] Test: index=[0...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html
    Tue Feb 04 08:40:43 UTC 2025
      119.7K bytes
      Cache
     
  3. cRank it up! - Introducing the Elastic Rerank m...

    Our detailed testing shows a 40% uplift on a broad...much larger models. In our testing a few models, such as bge-re-ranker-v2-gemma...
    www.elastic.co/search-labs/blog/elastic-rerank-model-introduction
    Thu Feb 06 00:36:25 UTC 2025
      117.1K bytes
      Cache
     
  4. Varying regularization in Multi-layer Perceptro...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mlp_alpha.html
    Tue Feb 04 08:40:42 UTC 2025
      109K bytes
      Cache
     
  5. Version 0.17 — scikit-learn 1.7.dev0 documentation

    ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....
    scikit-learn.org/dev/whats_new/v0.17.html
    Fri Jan 17 11:45:10 UTC 2025
      88.9K bytes
      Cache
      Similar Results (1)
     
  6. MultiTaskLassoCV — scikit-learn 1.6.1 documenta...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Tue Feb 04 08:40:43 UTC 2025
      162.2K bytes
      Cache
     
  7. Successive Halving Iterations — scikit-learn 1....

    values = "mean_test_score" ) ax = mean_scores ....iterations" ) ax . set_ylabel ( "mean test score" , fontsize = 15 ) ax...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Mon Feb 03 17:40:55 UTC 2025
      112.3K bytes
      Cache
     
  8. Guiding your organization with the 2024 Elastic...

    (OSTs) — tools that are used to test and identify flaws in environments....simulations like red teaming or pen testing. We can prepare for these potential...
    www.elastic.co/blog/guiding-your-team-2024-global-threat-report
    Thu Feb 06 00:53:22 UTC 2025
      507.4K bytes
      Cache
     
  9. plot_classifier_comparison.ipynb

    y_test = train_test_split(\n X, y, test_size=0.4, random_state=42\n...the testing points\n ax.scatter(\n X_test[:, 0], X_test[:, 1],...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Thu Jan 30 15:38:19 UTC 2025
      5.7K bytes
     
  10. learning_curve — scikit-learn 1.6.1 documentation

    ( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html
    Tue Feb 04 08:40:45 UTC 2025
      125K bytes
      Cache
     
Back to top