Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 833 for test (0.09 sec)

  1. 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
     
  2. sklearn.gaussian_process.GaussianProcessClassif...

    {‘one_vs_rest’, ‘one_vs_one’}, default=’one_vs_rest’ Specifies...are ‘one_vs_rest’ and ‘one_vs_one’. In ‘one_vs_rest’, one binary...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Thu May 09 23:01:25 UTC 2024
      59.6K bytes
      Cache
     
  3. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Thu May 09 23:01:25 UTC 2024
      52K bytes
      Cache
     
  4. sklearn.cross_decomposition.PLSRegression — sci...

    n_features) Test samples. For some estimators...y_true.mean()) ** 2).sum() . The best possible score is 1.0 and it...
    scikit-learn.org/stable/modules/generated/sklearn.cross_decomposition.PLSRegression.html
    Thu May 09 23:01:25 UTC 2024
      75.7K bytes
      Cache
     
  5. L1-based models for Sparse Signals — scikit-lea...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...
    scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html
    Thu May 09 23:01:25 UTC 2024
      61.3K bytes
      Cache
     
  6. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Thu May 09 23:01:24 UTC 2024
      28.2K bytes
      Cache
     
  7. MetaFilter Projects

    interactive text adventure A climate-fiction text adventure with...performed a study on myself to test this hypothesis. I lost a modest...
    projects.metafilter.com
    Wed May 08 00:41:30 UTC 2024
      72.8K bytes
      Cache
     
  8. MetaFilter | Community Weblog

    always see if it passed the smell test -- read the straight poop inside....style="display:none"></div> <script type="text/javascript"> !function() { var...
    www.metafilter.com/
    Sat May 11 00:54:39 UTC 2024
      72.9K bytes
      2 views
      Cache
     
  9. 7.2. Real world datasets — scikit-learn 1.4.2 d...

    newsgroups_test = fetch_20newsgroups ( subset = 'test' , ... categories...vectors_test = vectorizer . transform ( newsgroups_test . data...
    scikit-learn.org/stable/datasets/real_world.html
    Thu May 09 23:01:25 UTC 2024
      80.9K bytes
      Cache
     
  10. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Thu May 09 23:01:25 UTC 2024
      56.8K bytes
      Cache
     
Back to top