Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 321 - 330 of 912 for tests (0.11 sec)

  1. GradientBoostingClassifier — scikit-learn 1.5.2...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... apply ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Fri Sep 20 10:21:48 UTC 2024
      180.4K bytes
      Cache
     
  2. StratifiedKFold — scikit-learn 1.5.2 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Fri Sep 20 10:21:48 UTC 2024
      123.5K bytes
      Cache
     
  3. SelectFpr — scikit-learn 1.5.2 documentation

    a FPR test. FPR test stands for False Positive Rate test. It controls...
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html
    Fri Sep 20 10:21:48 UTC 2024
      132K bytes
      Cache
     
  4. Paralympic triathlon events postponed a day bec...

    While organizers awaited new test results, Rabadan said, “the...a statement that new water testing results and monitoring "indicate...
    www.nbcnews.com/sports/paralympics/paralympic-triathlon-events-postponed-day-seine-river-water-qu...
    Mon Sep 02 00:51:21 UTC 2024
      235.7K bytes
      Cache
     
  5. Comparing random forests and the multi-output m...

    X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) y_rf = regr_rf . predict ( X_test ) # Plot the...
    scikit-learn.org/stable/auto_examples/ensemble/plot_random_forest_regression_multioutput.html
    Fri Sep 20 10:21:47 UTC 2024
      94.2K bytes
      Cache
     
  6. Using Elastic's Playground to experiment with R...

    A/B test LLMs and choose different inference...interface allows you to A/B test different LLMs from model providers...
    www.elastic.co/search-labs/blog/rag-playground-introduction
    Tue Sep 10 00:07:30 UTC 2024
      173.7K bytes
      2 views
      Cache
     
  7. CategoricalNB — scikit-learn 1.5.2 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Thu Sep 19 14:56:27 UTC 2024
      151.6K bytes
      Cache
     
  8. Probability calibration of classifiers — scikit...

    y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html
    Fri Sep 20 10:21:47 UTC 2024
      105.8K bytes
      Cache
     
  9. java-editor-templates.xml

    test_junit4 Test @${testType:newType(org.junit.Test)} public...false test method true org.eclipse.jdt.ui.templates.test test...
    dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml
    Tue Sep 17 12:05:02 UTC 2024
      50.4K bytes
      1 views
     
  10. Early stopping of Stochastic Gradient Descent —...

    y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html
    Fri Sep 20 10:21:50 UTC 2024
      102.9K bytes
      Cache
     
Back to top