Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 1,751 for test (0.21 sec)

  1. 6.1. Pipelines and composite estimators — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...format ( regr . score ( X_test , y_test ))) R2 score: 0.61 >>> raw_target_regr...
    scikit-learn.org/stable/modules/compose.html
    Fri Dec 20 11:14:14 UTC 2024
      110.7K bytes
      Cache
     
  2. Logistic function — scikit-learn 1.6.0 document...

    plot ( X_test , ols . coef_ * X_test + ols . intercept_...= "black" , zorder = 20 ) X_test = np . linspace ( - 5 , 10 ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic.html
    Fri Dec 20 11:14:18 UTC 2024
      95.5K bytes
      Cache
     
  3. TunedThresholdClassifierCV — scikit-learn 1.6.0...

    X_test , y_train , y_test = train_test_split ( ......classification_report ( y_test , classifier . predict ( X_test ))) precision...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TunedThresholdClassifierCV.html
    Fri Dec 20 11:14:16 UTC 2024
      149.2K bytes
      Cache
     
  4. 1.6. Nearest Neighbors — scikit-learn 1.6.0 doc...

    X_test , y_train , y_test = train_test_split ( X ,...( nca_pipe . score ( X_test , y_test )) 0.96190476... The plot...
    scikit-learn.org/stable/modules/neighbors.html
    Fri Dec 20 11:14:16 UTC 2024
      121.6K bytes
      Cache
     
  5. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Fri Dec 20 11:14:18 UTC 2024
      96.8K bytes
      Cache
     
  6. 1.13. Feature selection — scikit-learn 1.6.0 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Fri Dec 20 11:14:14 UTC 2024
      73K 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
    Fri Dec 20 11:14:14 UTC 2024
      112.6K bytes
      Cache
     
  8. Prediction Intervals for Gradient Boosting Regr...

    test datasets: X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test , "b." , markersize = 10 , label = "Test observations"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_quantile.html
    Fri Dec 20 11:14:18 UTC 2024
      142.7K bytes
      Cache
     
  9. Classifier comparison — scikit-learn 1.6.0 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
    Fri Dec 20 11:14:18 UTC 2024
      114.2K bytes
      Cache
     
  10. 3.1. Cross-validation: evaluating estimator per...

    available data as a test set X_test, y_test . Note that the word...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/cross_validation.html
    Fri Dec 20 11:14:16 UTC 2024
      158.4K bytes
      1 views
      Cache
     
Back to top