Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 431 for tests (0.14 sec)

  1. SVM Exercise — scikit-learn 1.4.2 documentation

    out the test data plt . scatter ( X_test [:, 0 ], X_test [:, 1...n_sample )] X_test = X [ int ( 0.9 * n_sample ) :] y_test = y [ int...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Tue May 14 20:49:02 UTC 2024
      33K bytes
      Cache
     
  2. Overview of multiclass training meta-estimators...

    "DecisionTreeClassifi" : cv_results_tree [ "test_score" ], "OneVsOneClassifier"..."OneVsOneClassifier" : cv_results_ovo [ "test_score" ], "OneVsRestClassifier"...
    scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html
    Tue May 14 20:49:02 UTC 2024
      49.9K bytes
      Cache
     
  3. 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 May 14 20:49:03 UTC 2024
      48.4K bytes
      1 views
      Cache
     
  4. sklearn.ensemble.ExtraTreesRegressor — scikit-l...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... Methods apply...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Tue May 14 20:49:03 UTC 2024
      77.8K bytes
      Cache
     
  5. 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
    Tue May 14 20:49:02 UTC 2024
      50.6K bytes
      Cache
     
  6. GMM covariances — scikit-learn 1.4.2 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 May 14 20:49:03 UTC 2024
      45.5K bytes
      Cache
     
  7. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Tue May 14 20:49:02 UTC 2024
      48.6K bytes
      Cache
     
  8. sklearn.metrics.PrecisionRecallDisplay — scikit...

    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
    Tue May 14 20:49:02 UTC 2024
      59K bytes
      Cache
     
  9. Classifier comparison — scikit-learn 1.4.2 docu...

    y_test = train_test_split ( X , y , test_size = 0.4 , random_state...the testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Tue May 14 20:49:03 UTC 2024
      50.9K bytes
      Cache
     
  10. sklearn.model_selection.KFold — scikit-learn 1....

    Provides train/test indices to split data in train/test sets. Split..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Tue May 14 20:49:01 UTC 2024
      34.1K bytes
      Cache
     
Back to top