Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 371 - 380 of 1,340 for test (0.07 sec)

  1. Nearest Neighbors Classification — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...split the data into a train and test dataset. from sklearn.datasets...
    scikit-learn.org/stable/auto_examples/neighbors/plot_classification.html
    Tue Aug 19 13:22:48 UTC 2025
      96.2K bytes
      Cache
     
  2. 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
    Tue Aug 19 13:22:49 UTC 2025
      195.3K bytes
      Cache
     
  3. GMM covariances — scikit-learn 1.7.1 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
    Tue Aug 19 13:22:51 UTC 2025
      108.4K bytes
      Cache
     
  4. Comparison between grid search and successive h...

    is_sh : # SH dataframe: get mean_test_score values for the highest...= "param_C" , values = "mean_test_score" , aggfunc = "last" ,...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_heatmap.html
    Tue Aug 19 13:22:51 UTC 2025
      106K bytes
      Cache
     
  5. Probability Calibration curves — scikit-learn 1...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , n_bins = 10 , name = name...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html
    Tue Aug 19 13:22:49 UTC 2025
      143.5K bytes
      Cache
     
  6. CalibrationDisplay — scikit-learn 1.7.1 documen...

    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
    Tue Aug 19 13:22:51 UTC 2025
      141.4K bytes
      Cache
     
  7. 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
    Tue Aug 19 13:22:48 UTC 2025
      111.8K bytes
      1 views
      Cache
     
  8. World News: International Headlines, Breaking R...

    Shopping The 12 best women’s walking shoes, tested & reviewed 327d...Shopping The 5 best Hoka walking shoes, tested and reviewed 19d...
    www.nbcnews.com/world
    Wed Aug 20 01:13:44 UTC 2025
      1.2M bytes
      1 views
      Cache
     
  9. PrecisionRecallDisplay — scikit-learn 1.7.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.PrecisionRecallDisplay.html
    Mon Aug 18 14:44:58 UTC 2025
      150K bytes
      Cache
     
  10. 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
    Tue Aug 19 13:22:48 UTC 2025
      143K bytes
      Cache
     
Back to top