Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 151 - 160 of 931 for tests (0.1 sec)

  1. LeavePGroupsOut — scikit-learn 1.6.1 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
    Tue Feb 04 08:40:45 UTC 2025
      123.2K bytes
      Cache
     
  2. getting_started.rst.txt

    X_test, y_train, y_test = train_test_split(X, y, random_state=0)...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=0)...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Thu Jan 30 15:38:19 UTC 2025
      10K bytes
      1 views
     
  3. LeaveOneOut — scikit-learn 1.6.1 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
    Tue Feb 04 08:40:44 UTC 2025
      116.7K bytes
      Cache
     
  4. GridSearchCV — scikit-learn 1.6.1 documentation

    'rank_test_score', 'split0_test_score',... 'split2_test_score',...'mean_test_score' : [ 0.81 , 0.60 , 0.75 , 0.85 ], 'std_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GridSearchCV.html
    Tue Feb 04 08:40:43 UTC 2025
      187K bytes
      Cache
     
  5. SVM Exercise — scikit-learn 1.6.0 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Wed Jan 08 22:20:57 UTC 2025
      96K bytes
      Cache
     
  6. ValidationCurveDisplay — scikit-learn 1.6.1 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
    Tue Feb 04 08:40:45 UTC 2025
      144.5K bytes
      Cache
     
  7. 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
    Tue Feb 04 08:40:45 UTC 2025
      139.1K bytes
      Cache
     
  8. 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
    Tue Feb 04 08:40:45 UTC 2025
      102.8K bytes
      Cache
     
  9. OneVsOneClassifier — scikit-learn 1.6.1 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
    Tue Feb 04 08:40:43 UTC 2025
      143.6K bytes
      Cache
     
  10. 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
    Thu Jan 30 15:38:19 UTC 2025
      16.3K bytes
     
Back to top