Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 564 for tests (0.09 sec)

  1. Permutation Importance vs Random Forest Feature...

    X_test , y_train , y_test = train_test_split ( X ,...( f "RF test accuracy: { rf . score ( X_test , y_test ) : .3f...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance.html
    Mon Apr 15 14:09:27 UTC 2024
      95K bytes
      Cache
     
  2. 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 Apr 15 14:09:29 UTC 2024
      60.4K bytes
      Cache
     
  3. sklearn.model_selection.ValidationCurveDisplay ...

    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 Apr 15 14:09:27 UTC 2024
      53.7K bytes
      Cache
     
  4. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...data Compute the likelihood on test data Compare different approaches...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Mon Apr 15 14:09:28 UTC 2024
      45K bytes
      Cache
     
  5. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Mon Apr 15 14:09:27 UTC 2024
      61.3K bytes
      Cache
     
  6. sklearn.covariance.OAS — scikit-learn 1.4.2 doc...

    score (X_test[, y]) Compute the log-likelihood of X_test under the...: X_test array-like of shape (n_samples, n_features) Test data...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.OAS.html
    Mon Apr 15 14:09:29 UTC 2024
      50.1K bytes
      Cache
     
  7. Comparing various online solvers — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Mon Apr 15 14:09:27 UTC 2024
      33K bytes
      Cache
     
  8. Comparing Random Forests and Histogram Gradient...

    significant improvement of the testing score. Plot results We can...elapsed computing time and mean test score. Passing the cursor over...
    scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html
    Mon Apr 15 14:09:28 UTC 2024
      61.3K bytes
      Cache
     
  9. 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 Apr 15 14:09:27 UTC 2024
      48.4K bytes
      1 views
      Cache
     
  10. sklearn.calibration.CalibrationDisplay — scikit...

    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 Apr 15 14:09:28 UTC 2024
      50.6K bytes
      Cache
     
Back to top