Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 361 - 380 of 1,721 for test (0.19 sec)

  1. GroupKFold — scikit-learn 1.5.0 documentation

    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
    Fri Jun 07 19:49:38 UTC 2024
      131.4K bytes
      Cache
     
  2. Version 1.0 — scikit-learn 1.6.dev0 documentation

    'mean_test_score' 'std_test_score' , and 'split(k)_test_score'...Change utils._testing.assert_warns and utils._testing.assert_warns_message...
    scikit-learn.org/dev/whats_new/v1.0.html
    Thu Jun 06 17:04:46 UTC 2024
      252.1K bytes
      1 views
      Cache
      Similar Results (1)
     
  3. 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 Jun 07 19:49:38 UTC 2024
      115.1K bytes
      Cache
     
  4. Feature discretization — scikit-learn 1.5.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 Jun 07 19:49:38 UTC 2024
      127.4K bytes
      Cache
     
  5. IBM open-sources its Granite AI models - and th...

    using these LLMs to create tests and find and fix bugs. "Many...day -- from generating unit tests to writing documentation or...
    www.zdnet.com/article/ibm-open-sources-its-granite-ai-models-and-they-mean-business/
    Tue May 14 00:32:45 UTC 2024
      488.1K bytes
      Cache
     
  6. Version 0.13 — scikit-learn 1.6.dev0 documentation

    train_test_split being interpreted as a test by Yaroslav...Changed default test_size in cross_validation.train_test_split to None,...
    scikit-learn.org/dev/whats_new/v0.13.html
    Thu Jun 06 17:04:45 UTC 2024
      73.2K bytes
      Cache
      Similar Results (1)
     
  7. Elastic SharePoint Server connector reference |...

    Connector testing for more details. To perform E2E testing for the...$ make ftest NAME=sharepoint_server For faster tests, add the...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint.html
    Wed Jun 05 13:35:43 UTC 2024
      32.2K bytes
      Cache
     
  8. 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 Jun 07 19:49:36 UTC 2024
      198.5K bytes
      Cache
     
  9. 1.13. Feature selection — scikit-learn 1.5.0 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
    Fri Jun 07 19:49:38 UTC 2024
      78.4K bytes
      Cache
     
  10. java-editor-templates.xml

    test_junit4 Test @${testType:newType(org.junit.Test)} public...wt.text Text ${type:newType(org.eclipse.swt.widgets.Text)} $...
    dbflute.seasar.org/download/patch/handson/20140921_templates/java-editor-templates.xml
    Fri May 24 02:21:59 UTC 2024
      50.4K bytes
      1 views
     
  11. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( clf , X_test , y_test , ax = ax_roc , name = name...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Fri Jun 07 19:49:38 UTC 2024
      96.2K bytes
      Cache
     
  12. Pipeline ANOVA SVM — scikit-learn 1.5.0 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 Jun 07 19:49:38 UTC 2024
      105.7K bytes
      Cache
     
  13. Quick start guide | Elasticsearch Guide [8.14] ...

    you prefer to manage your own test environment, install and run...Console . Run the following test API request in Console: $response...
    www.elastic.co/guide/en/elasticsearch/reference/current/getting-started.html
    Thu Jun 06 12:54:16 UTC 2024
      40.5K bytes
      Cache
     
  14. 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
    Fri Jun 07 19:49:38 UTC 2024
      97.3K bytes
      Cache
     
  15. 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
    Fri Jun 07 19:49:38 UTC 2024
      114.5K bytes
      Cache
     
  16. 6.3. Preprocessing data — scikit-learn 1.5.0 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
    Fri Jun 07 19:49:38 UTC 2024
      205.2K bytes
      Cache
     
  17. 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
    Fri Jun 07 19:49:38 UTC 2024
      101.6K bytes
      Cache
     
  18. validation_curve — scikit-learn 1.5.0 documenta...

    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
    Fri Jun 07 19:49:38 UTC 2024
      124.3K bytes
      Cache
     
  19. Probability Calibration for 3-class classificat...

    y [: 1000 ] X_test , y_test = X [ 1000 :], y [ 1000...log_loss ( y_test , clf_probs ) cal_score = log_loss ( y_test , cal_clf_probs...
    scikit-learn.org/stable/auto_examples/calibration/plot_calibration_multiclass.html
    Fri Jun 07 19:49:38 UTC 2024
      161.9K bytes
      Cache
     
  20. 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
    Fri Jun 07 19:49:37 UTC 2024
      97.5K bytes
      Cache
     
Back to top