Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 131 - 140 of 824 for tests (1.58 sec)

  1. Installing scikit-learn — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:35 UTC 2025
      54K bytes
      Cache
     
  2. LearningCurveDisplay — scikit-learn 1.7.2 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
    Fri Oct 10 15:14:35 UTC 2025
      144.5K bytes
      Cache
     
  3. Automating User Journeys for Synthetic Monitori...

    owser_test Will automatically create Playwright tests if given...given the test name, the URL you want to test, and a schedule. This...
    www.elastic.co/observability-labs/blog/mcp-elastic-synthetics
    Thu Sep 18 01:08:20 UTC 2025
      127K bytes
      Cache
     
  4. load_svmlight_files — scikit-learn 1.7.2 docume...

    target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Fri Oct 10 15:14:33 UTC 2025
      111.5K bytes
      Cache
     
  5. plot_hgbt_regression.rst.txt

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    Fri Oct 10 15:14:35 UTC 2025
      22K bytes
     
  6. Decision Tree Regression — scikit-learn 1.7.2 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Fri Oct 10 15:14:36 UTC 2025
      152.4K bytes
      Cache
     
  7. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Fri Oct 10 15:14:33 UTC 2025
      126.8K bytes
      Cache
     
  8. preprocessing.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=42)...pipe.score(X_test, y_test) # apply scaling on testing data, without...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Fri Oct 10 15:14:36 UTC 2025
      52.9K bytes
     
  9. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...y_onehot_test = label_binarizer . transform ( y_test ) y_onehot_test...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Fri Oct 10 15:14:35 UTC 2025
      150.8K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Fri Oct 10 15:14:35 UTC 2025
      123.1K bytes
      Cache
     
Back to top