Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 1,340 for test (0.11 sec)

  1. Face completion with a multi-output estimators ...

    randint ( test . shape [ 0 ], size = ( n_faces ,)) test = test [ face_ids...2 :] X_test = test [:, : ( n_pixels + 1 ) // 2 ] y_test = test...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_multioutput_face_completion.html
    Tue Aug 19 13:22:51 UTC 2025
      99.2K bytes
      Cache
     
  2. Underfitting vs. Overfitting — scikit-learn 1.7...

    plot ( X_test , pipeline . predict ( X_test [:, np . newaxis..."Model" ) plt . plot ( X_test , true_fun ( X_test ), label = "True function"...
    scikit-learn.org/stable/auto_examples/model_selection/plot_underfitting_overfitting.html
    Tue Aug 19 13:22:48 UTC 2025
      98.7K bytes
      Cache
     
  3. LeavePGroupsOut — scikit-learn 1.7.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 Aug 19 13:22:51 UTC 2025
      122.7K bytes
      Cache
     
  4. Release Highlights for scikit-learn 0.24 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_24_0.html
    Tue Aug 19 13:22:51 UTC 2025
      176.2K bytes
      Cache
     
  5. Perceptron — scikit-learn 1.7.1 documentation

    classification of text documents Out-of-core classification of text documents...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.Perceptron.html
    Tue Aug 19 13:22:48 UTC 2025
      162K bytes
      Cache
     
  6. LeaveOneOut — scikit-learn 1.7.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 Aug 19 13:22:48 UTC 2025
      116.3K bytes
      Cache
     
  7. Prediction Latency — scikit-learn 1.7.1 documen...

    X_test , y_train , y_test = train_test_split ( X ,..., X_test , y_test = generate_dataset ( n_train , n_test , n )...
    scikit-learn.org/stable/auto_examples/applications/plot_prediction_latency.html
    Tue Aug 19 13:22:49 UTC 2025
      142.9K 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 Aug 19 13:22:48 UTC 2025
      102.8K bytes
      Cache
     
  9. Balance model complexity and cross-validated sc...

    "mean_test_score" : test_scores , "std_test_score" : grid...std of test scores mean_test_scores = np . mean ( test_scores...
    scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html
    Tue Aug 19 13:22:51 UTC 2025
      169.1K bytes
      Cache
     
  10. Visualizations with Display Objects — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.html
    Tue Aug 19 13:22:48 UTC 2025
      126.6K bytes
      Cache
     
Back to top