Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 547 for tests (0.09 sec)

  1. Putting it all together — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X , y , test_size...set and a test and keep 25% of the data for testing. X_train ,...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Sat May 18 15:26:00 UTC 2024
      45.3K bytes
      1 views
      Cache
     
  2. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    the mean accuracy on the given test data and labels. score ( X ,...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Sat May 18 15:26:00 UTC 2024
      23.9K bytes
      Cache
     
  3. sklearn.datasets.fetch_rcv1 — scikit-learn 1.4....

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Sat May 18 15:26:00 UTC 2024
      19.9K bytes
      Cache
     
  4. sklearn.model_selection.RandomizedSearchCV — sc...

    param_gamma split0_test_score … rank_test_score ‘rbf’ 0.1 0.80...'split0_test_score' : [ 0.80 , 0.84 , 0.70 ], 'split1_test_score'...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RandomizedSearchCV.html
    Sat May 18 15:26:01 UTC 2024
      82.6K bytes
      Cache
     
  5. sklearn.model_selection.LeavePGroupsOut — sciki...

    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
    Sat May 18 15:26:00 UTC 2024
      34.1K bytes
      Cache
     
  6. sklearn.model_selection.LeaveOneOut — scikit-le...

    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
    Sat May 18 15:26:00 UTC 2024
      27.1K bytes
      Cache
     
  7. sklearn.datasets.fetch_lfw_pairs — scikit-learn...

    test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Sat May 18 15:26:00 UTC 2024
      20.4K bytes
      Cache
     
  8. 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
    Sat May 18 15:26:01 UTC 2024
      73.8K bytes
      Cache
     
  9. 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
    Sat May 18 15:26:00 UTC 2024
      39.5K bytes
      Cache
     
  10. Linear Regression Example — scikit-learn 1.4.2 ...

    scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html
    Sat May 18 15:26:00 UTC 2024
      27.1K bytes
      Cache
     
Back to top