Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 261 - 270 of 825 for tests (0.12 sec)

  1. ensemble.rst.txt

    train_test_split >>> X_train, X_test, y_train, y_test = train_test_split(X,...X_train, X_test = X[:2000], X[2000:] >>> y_train, y_test = y[:2000],...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    Wed Oct 15 17:17:50 UTC 2025
      72.2K bytes
     
  2. KFold — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. Split..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Thu Oct 16 16:10:52 UTC 2025
      123.2K bytes
      Cache
     
  3. 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
    Wed Sep 24 01:13:30 UTC 2025
      509.4K bytes
      Cache
     
  4. maihamadb properties

    test.prefix Env Lang Property uq Comment - - [Test] 1 The...to show test environment or not integration - [Test] 1 The prefix...
    dbflute.seasar.org/ja/data/doc/harbor/properties-maihamadb.html
    Mon Sep 15 10:51:15 UTC 2025
      93.3K bytes
      Cache
     
  5. 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
    Wed Sep 24 00:56:02 UTC 2025
      125.2K bytes
      Cache
     
  6. ExtraTreeRegressor — scikit-learn 1.7.2 documen...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.33 apply ( X , check_input...
    scikit-learn.org/stable/modules/generated/sklearn.tree.ExtraTreeRegressor.html
    Thu Oct 16 16:10:50 UTC 2025
      160.8K bytes
      Cache
     
  7. IsolationForest example — scikit-learn 1.7.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
    Thu Oct 16 16:10:52 UTC 2025
      125.9K bytes
      Cache
     
  8. 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
    Thu Oct 16 16:10:50 UTC 2025
      127.1K bytes
      Cache
     
  9. 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
    Thu Oct 16 16:10:50 UTC 2025
      97.9K bytes
      Cache
     
  10. 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
    Thu Oct 16 16:10:52 UTC 2025
      176.2K bytes
      Cache
     
Back to top