Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 271 - 280 of 857 for tests (0.11 sec)

  1. 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
    Mon Jun 30 13:50:30 UTC 2025
      115.5K bytes
      Cache
     
  2. Importance of Feature Scaling — scikit-learn 1....

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) y_pred_scaled = scaled_clf . predict ( X_test ) y_proba...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_scaling_importance.html
    Mon Jun 30 13:50:29 UTC 2025
      122.5K bytes
      Cache
     
  3. Subscriptions | Elastic Stack Products & Suppor...

    Monitors Managed Test Execution Service 14 Private Testing Locations...Monitors Managed Test Execution Service 14 Private Testing Locations...
    www.elastic.co/subscriptions
    Tue Jul 01 01:14:06 UTC 2025
      1M bytes
      3 views
      Cache
     
  4. ComplementNB — scikit-learn 1.7.0 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Mon Jun 30 13:50:27 UTC 2025
      153.5K bytes
      Cache
     
  5. KFold — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:28 UTC 2025
      123.2K bytes
      Cache
     
  6. Installing scikit-learn — scikit-learn 1.7.0 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.11.7 tests mypy 1.15...1.15 tests pyamg 4.2.1 tests polars 0.20.30 docs, tests pyarrow...
    scikit-learn.org/stable/install.html
    Mon Jun 30 13:50:29 UTC 2025
      54K bytes
      Cache
     
  7. LearningCurveDisplay — scikit-learn 1.7.0 docum...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Mon Jun 30 13:50:30 UTC 2025
      144.5K bytes
      Cache
     
  8. 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
    Mon Jun 30 13:50:29 UTC 2025
      176.2K 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
    Mon Jun 30 13:50:30 UTC 2025
      97.9K bytes
      Cache
     
  10. 7.3. Preprocessing data — scikit-learn 1.7.0 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Mon Jun 30 13:50:28 UTC 2025
      198.2K bytes
      Cache
     
Back to top