Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 1,752 for test (0.1 sec)

  1. 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 Dec 20 11:14:14 UTC 2024
      113.2K bytes
      Cache
     
  2. Release Highlights for scikit-learn 0.23 — scik...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test )) print ( gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_0_23_0.html
    Fri Dec 20 11:14:18 UTC 2024
      145.9K bytes
      Cache
     
  3. Developers’ Tips and Tricks — scikit-learn 1.7....

    sklearn/linear_model/tests/test_logistic.py::test_sparsify or use...instance,: pytest sklearn/tests/test_common.py -v -k LogisticRegression...
    scikit-learn.org/dev/developers/tips.html
    Fri Dec 20 11:14:15 UTC 2024
      49.5K bytes
      Cache
     
  4. Examples of Using FrozenEstimator — scikit-lear...

    X_test , y_train , y_test = train_test_split ( X ,...( X_test )[:, 1 ] clf_score = brier_score_loss ( y_test , prob_pos_clf...
    scikit-learn.org/stable/auto_examples/frozen/plot_frozen_examples.html
    Fri Dec 20 11:14:18 UTC 2024
      101.4K bytes
      Cache
     
  5. Feature transformations with ensembles of trees...

    X_test , y_full_train , y_test = train_test_split ( X...train_test_split ( X_full_train , y_full_train , test_size =...
    scikit-learn.org/stable/auto_examples/ensemble/plot_feature_transformation.html
    Fri Dec 20 11:14:18 UTC 2024
      152.7K bytes
      Cache
     
  6. feed

    0ej585/search-labs-import-testing/b00b0bb1c0197ee1b9b8-962x4...0ej585/search-labs-import-testing/4728700b55c287e4ee88-1792x...
    www.elastic.co/search-labs/rss/feed
    Mon Dec 23 00:22:55 UTC 2024
      15.4K bytes
     
  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
    Fri Dec 20 11:14:18 UTC 2024
      112.2K bytes
      1 views
      Cache
     
  8. Comparison of Calibration of Classifiers — scik...

    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_compare_calibration.html
    Fri Dec 20 11:14:18 UTC 2024
      116.9K bytes
      Cache
     
  9. Feature discretization — scikit-learn 1.6.0 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Fri Dec 20 11:14:14 UTC 2024
      128.5K bytes
      Cache
     
  10. class_likelihood_ratios — scikit-learn 1.6.0 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Fri Dec 20 11:14:14 UTC 2024
      119.3K bytes
      Cache
     
Back to top