Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 360 of 913 for test (0.34 sec)

  1. RBF SVM parameters — scikit-learn 1.4.2 documen...

    best_params_ , grid . best_score_ ) ) The best parameters...and just applying it on the test set. from sklearn.preprocessing...
    scikit-learn.org/stable/auto_examples/svm/plot_rbf_parameters.html
    Fri Apr 26 16:41:50 UTC 2024
      54.9K bytes
      Cache
     
  2. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Fri Apr 26 16:41:51 UTC 2024
      35.2K bytes
      Cache
     
  3. Multiclass Receiver Operating Characteristic (R...

    X_test , y_train , y_test , ) = train_test_split ( X...( X_test ) One-vs-Rest multiclass ROC The One-vs-the-Rest (OvR)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html
    Fri Apr 26 16:41:50 UTC 2024
      85.1K bytes
      Cache
     
  4. sklearn.neighbors.NeighborhoodComponentsAnalysi...

    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
    Fri Apr 26 16:41:50 UTC 2024
      55.6K bytes
      Cache
     
  5. sklearn.utils.estimator_checks.parametrize_with...

    to specify which tests to run: pytest test_check_estimators ....DecisionTreeRegresso ()]) ... def test_sklearn_compatible_estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Fri Apr 26 16:41:50 UTC 2024
      19.2K bytes
      Cache
     
  6. Release Highlights for scikit-learn 1.4 — sciki...

    X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html
    Fri Apr 26 16:41:50 UTC 2024
      91.3K bytes
      Cache
     
  7. Pipeline ANOVA SVM — scikit-learn 1.4.2 documen...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) print ( classification_report ( y_test , y_pred...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection_pipeline.html
    Fri Apr 26 16:41:50 UTC 2024
      43.3K bytes
      Cache
     
  8. Model Complexity Influence — scikit-learn 1.4.2...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , "X_test" : X_test , "y_train" : y_train , "y_test" : y_test...
    scikit-learn.org/stable/auto_examples/applications/plot_model_complexity_influence.html
    Fri Apr 26 16:41:51 UTC 2024
      62.1K bytes
      Cache
     
  9. sklearn.linear_model.MultiTaskLassoCV — scikit-...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Fri Apr 26 16:41:50 UTC 2024
      74.5K bytes
      Cache
     
  10. 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
    Fri Apr 26 16:41:50 UTC 2024
      33K bytes
      Cache
     
  11. Partial Dependence and Individual Conditional E...

    ( f "Test R2 score: { mlp_model . score ( X_test , y_test ) :...f "Test R2 score: { hgbdt_model . score ( X_test , y_test ) :...
    scikit-learn.org/stable/auto_examples/inspection/plot_partial_dependence.html
    Fri Apr 26 16:41:48 UTC 2024
      137K bytes
      Cache
     
  12. 8.3. Parallelism, resource management, and conf...

    sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...
    scikit-learn.org/stable/computing/parallelism.html
    Fri Apr 26 16:41:50 UTC 2024
      42.4K bytes
      Cache
     
  13. gtm.js

    type="text/javascript";n.id=h.id;n.text=h.text||h.textCo...e=window.document.location.hostname;io.test(e)||ho.test(e)||a.push("none");return...
    www.googletagmanager.com/gtm.js
    Sat Apr 27 00:00:00 UTC 2024
      229.7K bytes
      1 views
     
  14. 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 Apr 26 16:41:50 UTC 2024
      48.6K bytes
      Cache
     
  15. 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
    Fri Apr 26 16:41:48 UTC 2024
      50.9K bytes
      Cache
     
  16. 11.1. Array API support (experimental) — scikit...

    train_test_split Coverage is expected to...checks as part of the common tests to verify that the estimators...
    scikit-learn.org/stable/modules/array_api.html
    Fri Apr 26 16:41:48 UTC 2024
      31.9K bytes
      Cache
     
  17. sklearn.datasets.load_svmlight_files — scikit-l...

    matrix X_test, it is essential that X_train and X_test have the...features (X_train.shape[1] == X_test.shape[1]). This may not be the...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html
    Fri Apr 26 16:41:50 UTC 2024
      19.4K bytes
      Cache
     
  18. Isotonic Regression — scikit-learn 1.4.2 docume...

    plot ( x_test , ir . predict ( x_test ), "C1-" ) ax1 ....noisy data (n= %d )" % n ) x_test = np . linspace ( - 10 , 110...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html
    Fri Apr 26 16:41:51 UTC 2024
      45K bytes
      Cache
     
  19. Principal Component Regression vs Partial Least...

    X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...
    scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html
    Fri Apr 26 16:41:51 UTC 2024
      49.4K bytes
      Cache
     
  20. Successive Halving Iterations — scikit-learn 1....

    The best candidate is the candidate that has the best score..."params_str" , values = "mean_test_score" ) ax = mean_scores ....
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Fri Apr 26 16:41:51 UTC 2024
      48.5K bytes
      Cache
     
Back to top