Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 300 of 1,032 for test (0.29 sec)

  1. 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
    Thu May 09 23:01:25 UTC 2024
      50.9K bytes
      Cache
     
  2. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Thu May 09 23:01:25 UTC 2024
      34.9K bytes
      Cache
     
  3. 6.3. Preprocessing data — scikit-learn 1.4.2 do...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) # apply scaling on testing data, without...
    scikit-learn.org/stable/modules/preprocessing.html
    Thu May 09 23:01:25 UTC 2024
      170.5K bytes
      Cache
     
  4. 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
    Thu May 09 23:01:25 UTC 2024
      45K bytes
      Cache
     
  5. Effect of varying threshold for self-training —...

    train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Thu May 09 23:01:25 UTC 2024
      39.2K bytes
      Cache
     
  6. 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
    Thu May 09 23:01:25 UTC 2024
      74.5K bytes
      Cache
     
  7. 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
    Thu May 09 23:01:25 UTC 2024
      49.4K bytes
      Cache
     
  8. Elastic Confluence connector reference | Enterp...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=confluence For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-confluence.html
    Thu May 09 14:03:31 UTC 2024
      58.5K bytes
      1 views
      Cache
     
  9. Elastic Dropbox connector reference | Enterpris...

    Connector testing for more details. To perform E2E testing for the...command: $ make ftest NAME=dropbox For faster tests, add the DATA_SIZE=small...
    www.elastic.co/guide/en/enterprise-search/current/connectors-dropbox.html
    Thu May 09 14:03:31 UTC 2024
      60.5K bytes
      Cache
     
  10. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Thu May 09 23:01:25 UTC 2024
      35K bytes
      Cache
     
  11. 1.13. Feature selection — scikit-learn 1.4.2 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
    Thu May 09 23:01:25 UTC 2024
      54.1K bytes
      Cache
     
  12. Non-negative least squares — scikit-learn 1.4.2...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 ) Fit the Non-Negative...
    scikit-learn.org/stable/auto_examples/linear_model/plot_nnls.html
    Thu May 09 23:01:25 UTC 2024
      30.6K bytes
      Cache
     
  13. sklearn.metrics.class_likelihood_ratios — sciki...

    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
    Thu May 09 23:01:25 UTC 2024
      28.7K bytes
      Cache
     
  14. Feature discretization — scikit-learn 1.4.2 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
    Thu May 09 23:01:25 UTC 2024
      65.4K bytes
      Cache
     
  15. feature_selection.rst.txt

    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/_sources/modules/feature_selection.rst.txt
    Thu May 09 23:01:25 UTC 2024
      14.3K bytes
      1 views
     
  16. sklearn.linear_model.ElasticNet — scikit-learn ...

    Train error vs Test error Train error vs Test error...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Thu May 09 23:01:25 UTC 2024
      77.6K bytes
      Cache
     
  17. sklearn.model_selection.GroupKFold — scikit-lea...

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Thu May 09 23:01:25 UTC 2024
      36.8K bytes
      Cache
     
  18. 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
    Thu May 09 23:01:24 UTC 2024
      48.5K bytes
      Cache
     
  19. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Thu May 09 23:01:25 UTC 2024
      39.3K bytes
      Cache
     
  20. 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
    Thu May 09 23:01:24 UTC 2024
      52.4K bytes
      Cache
     
Back to top