Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 731 - 740 of 1,361 for text (0.48 sec)

  1. Custom refit strategy of a grid search with cro...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split..., "mean_test_recall" , "std_test_recall" , "mean_test_precision"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html
    Mon Oct 20 15:12:27 UTC 2025
      136K bytes
      Cache
     
  2. 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
    Mon Oct 20 15:12:27 UTC 2025
      140.6K bytes
      Cache
     
  3. 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
    Mon Oct 20 15:12:27 UTC 2025
      16.3K bytes
     
  4. LeaveOneOut — scikit-learn 1.7.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
    Mon Oct 20 15:12:26 UTC 2025
      116.3K bytes
      Cache
     
  5. ValidationCurveDisplay — scikit-learn 1.7.2 doc...

    test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Mon Oct 20 15:12:26 UTC 2025
      144.1K bytes
      Cache
     
  6. CalibrationDisplay — scikit-learn 1.7.2 documen...

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibrationDisplay.html
    Mon Oct 20 15:12:26 UTC 2025
      141.4K bytes
      Cache
     
  7. Plotting Learning Curves and Checking Models’ S...

    [ test_scores_nb , test_scores_svm ], [ naive_bayes...axis = 1 ), test_scores . mean ( axis = 1 ) - test_scores . std...
    scikit-learn.org/stable/auto_examples/model_selection/plot_learning_curve.html
    Mon Oct 20 15:12:27 UTC 2025
      111.8K bytes
      1 views
      Cache
     
  8. Developer’s Guide — scikit-learn 1.7.2 document...

    on GitHub Actions Testing and improving test coverage Monitoring...Numbers Numerical assertions in tests Developers’ Tips and Tricks...
    scikit-learn.org/stable/developers/index.html
    Mon Oct 20 15:12:25 UTC 2025
      37.7K bytes
      Cache
     
  9. Three key Democratic senators to watch in the g...

    shutdown set to stretch into next week 02:19 With no serious discussions...has canceled its session for next week, keeping the focus on the...
    www.nbcnews.com/politics/congress/three-key-democratic-senators-watch-government-shutdown-standof...
    Sun Oct 05 01:11:17 UTC 2025
      314.4K bytes
      Cache
     
  10. plot_multi_metric_evaluation.py

    ``'_<scorer_name>'`` (``'mean_test_precision'``, ``'rank_test_precision'``, etc...)...style in (("train", "--"), ("test", "-")): sample_score_mean =...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Mon Oct 20 15:12:27 UTC 2025
      3.6K bytes
     
Back to top