Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 311 - 320 of 1,340 for test (0.11 sec)

  1. Kernel PCA — scikit-learn 1.7.1 documentation

    X_test , y_train , y_test = train_test_split ( X ,..."Training data" ) test_ax . scatter ( X_test [:, 0 ], X_test [:, 1 ],...
    scikit-learn.org/stable/auto_examples/decomposition/plot_kernel_pca.html
    Tue Aug 19 13:22:48 UTC 2025
      107.5K bytes
      Cache
     
  2. Plot classification probability — scikit-learn ...

    X_test , y_train , y_test = train_test_split ( X ,...predict_proba ( X_test ) accuracy_test = accuracy_score ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/classification/plot_classification_probability.html
    Tue Aug 19 13:22:49 UTC 2025
      126.1K bytes
      Cache
     
  3. Gradient Boosting regression — scikit-learn 1.7...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Tue Aug 19 13:22:51 UTC 2025
      110K bytes
      Cache
     
  4. 2.6. Covariance estimation — scikit-learn 1.7.1...

    then the test set is supposed to have the...
    scikit-learn.org/stable/modules/covariance.html
    Tue Aug 19 13:22:48 UTC 2025
      59.7K bytes
      Cache
     
  5. LinearSVC — scikit-learn 1.7.1 documentation

    vs the rest. It is possible to implement one vs the rest with SVC...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Tue Aug 19 13:22:49 UTC 2025
      162.4K bytes
      Cache
     
  6. Decision Tree Regression — scikit-learn 1.7.1 d...

    Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html
    Tue Aug 19 13:22:48 UTC 2025
      152.4K bytes
      Cache
     
  7. 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
    Tue Aug 19 13:22:49 UTC 2025
      125.4K bytes
      Cache
     
  8. Shrinkage covariance estimation: LedoitWolf vs ...

    coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...ymin , - cv . best_estimator_ . score ( X_test ), color = "cyan"...
    scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html
    Tue Aug 19 13:22:48 UTC 2025
      108.5K bytes
      Cache
     
  9. 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 Aug 19 13:22:49 UTC 2025
      140.6K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.5 — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html
    Tue Aug 19 13:22:51 UTC 2025
      123.1K bytes
      Cache
     
Back to top