Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 391 - 400 of 1,333 for test (0.14 sec)

  1. Nearest Neighbors regression — scikit-learn 1.7...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Wed Jul 02 18:21:48 UTC 2025
      91.4K bytes
      Cache
     
  2. RandomForestClassifier — scikit-learn 1.7.0 doc...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Wed Jul 02 18:21:48 UTC 2025
      182K bytes
      Cache
     
  3. Common pitfalls in the interpretation of coeffi...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...predict ( X_test ) mae_test = median_absolute_error ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/inspection/plot_linear_model_coefficient_interpretation.html
    Wed Jul 02 18:21:48 UTC 2025
      290.9K bytes
      Cache
     
  4. GMM covariances — scikit-learn 1.7.0 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Wed Jul 02 18:21:48 UTC 2025
      108.4K bytes
      Cache
     
  5. 44 Million at Risk for Severe Weather After Sto...

    Trump’s ‘Big Beautiful Bill’ Tests Unity of Republican Party 01:49...Trump’s ‘Big Beautiful Bill’ Tests Unity of Republican Party 01:49...
    www.today.com/video/44-million-at-risk-for-severe-weather-after-storm-slams-midwest-241132613809
    Mon Jun 09 01:09:51 UTC 2025
      1.8M bytes
      Cache
     
  6. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Wed Jul 02 18:21:48 UTC 2025
      109.3K bytes
      Cache
     
  7. ROC Curve with Visualization API — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( svc , X_test , y_test ) plt . show () Training...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_roc_curve_visualization_api.html
    Wed Jul 02 18:21:48 UTC 2025
      113.9K bytes
      Cache
     
  8. Class Likelihood Ratios to measure classificati...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the link between pre-test and post-test odds given by the Class...
    scikit-learn.org/stable/auto_examples/model_selection/plot_likelihood_ratios.html
    Wed Jul 02 18:21:48 UTC 2025
      143.3K bytes
      Cache
     
  9. NeighborhoodComponentsAnalysis — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...print ( knn . score ( X_test , y_test )) 0.933333... >>> knn ....
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NeighborhoodComponentsAnalysis.html
    Wed Jul 02 18:21:48 UTC 2025
      143K bytes
      Cache
     
  10. 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
    Wed Jul 02 18:21:48 UTC 2025
      110K bytes
      Cache
     
Back to top