Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 171 - 180 of 912 for tests (0.13 sec)

  1. LeavePGroupsOut — scikit-learn 1.5.2 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeavePGroupsOut.html
    Fri Sep 20 10:21:48 UTC 2024
      122K bytes
      Cache
     
  2. OneVsOneClassifier — scikit-learn 1.5.2 documen...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection import train_test_split >>> from sklearn.multiclass...
    scikit-learn.org/stable/modules/generated/sklearn.multiclass.OneVsOneClassifier.html
    Fri Sep 20 10:21:48 UTC 2024
      142.4K bytes
      Cache
     
  3. Release Highlights for scikit-learn 0.22 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...plot_roc_curve(svc, X_test, y_test) # rfc_disp = plot_roc_curve(rfc, X_test, y_test,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_22_0.html
    Fri Sep 20 10:21:48 UTC 2024
      135.1K bytes
      Cache
     
  4. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Fri Sep 20 10:21:48 UTC 2024
      51.1K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Fri Sep 20 10:21:48 UTC 2024
      150.9K bytes
      Cache
     
  6. LeaveOneOut — scikit-learn 1.5.2 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Fri Sep 20 10:21:48 UTC 2024
      115.5K bytes
      Cache
     
  7. Installing scikit-learn — scikit-learn 1.5.2 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.2.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/stable/install.html
    Fri Sep 20 10:21:48 UTC 2024
      54.6K bytes
      Cache
      Similar Results (1)
     
  8. validation_curve — scikit-learn 1.5.2 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Fri Sep 20 10:21:48 UTC 2024
      117.5K bytes
      Cache
     
  9. plot_hgbt_regression.py

    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/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Fri Sep 20 10:21:47 UTC 2024
      16.3K bytes
     
  10. Post pruning decision trees with cost complexit...

    X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...
    scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html
    Fri Sep 20 10:21:50 UTC 2024
      98.5K bytes
      Cache
     
Back to top