Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 646 for tests (0.1 sec)

  1. StratifiedShuffleSplit — scikit-learn 1.5.0 doc...

    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.StratifiedShuffleSplit.html
    Tue Jun 11 18:07:59 UTC 2024
      127.1K bytes
      Cache
     
  2. Utilities for Developers — scikit-learn 1.6.dev...

    repeatability issues in unit tests. Instead, a numpy.random.RandomState...from graph_shortest_path . Testing Functions # discovery.all_estimators...
    scikit-learn.org/dev/developers/utilities.html
    Tue Jun 11 18:07:58 UTC 2024
      52.3K bytes
      Cache
     
  3. Elastic SharePoint Server connector reference |...

    Connector testing for more details. To perform E2E testing for the...client operations End-to-end testing The connector framework enables...
    www.elastic.co/guide/en/enterprise-search/current/connectors-sharepoint.html
    Tue Jun 11 16:41:39 UTC 2024
      32.2K bytes
      Cache
     
  4. Version 0.18 — scikit-learn 1.5.0 documentation

    'split0_test_score' ), as well as their mean ( 'mean_test_score'...sklearn.model_selection.train_test_split raised an error when stratify...
    scikit-learn.org/stable/whats_new/v0.18.html
    Tue Jun 11 18:07:59 UTC 2024
      139.1K bytes
      Cache
      Similar Results (1)
     
  5. GroupShuffleSplit — scikit-learn 1.5.0 document...

    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.GroupShuffleSplit.html
    Tue Jun 11 18:07:59 UTC 2024
      133.6K bytes
      Cache
     
  6. Semi-supervised Classification on a Text Datase...

    X_test , y_train , y_test = train_test_split ( X ,..., X_train , y_train , X_test , y_test ): print ( "Number of training...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_semi_supervised_newsgroups.html
    Tue Jun 11 18:07:58 UTC 2024
      104.3K bytes
      Cache
     
  7. parametrize_with_checks — scikit-learn 1.5.0 do...

    to specify which tests to run: pytest test_check_estimators ....DecisionTreeRegresso ()]) ... def test_sklearn_compatible_estimator...
    scikit-learn.org/stable/modules/generated/sklearn.utils.estimator_checks.parametrize_with_checks....
    Fri Jun 07 19:49:38 UTC 2024
      115K bytes
      Cache
     
  8. GMM covariances — scikit-learn 1.5.0 documentation

    train_index ] X_test = iris . data [ test_index ] y_test = iris . target...transAxes ) y_test_pred = estimator . predict ( X_test ) test_accuracy...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html
    Tue Jun 11 18:07:59 UTC 2024
      108.1K bytes
      Cache
     
  9. 1.13. Feature selection — scikit-learn 1.5.0 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Tue Jun 11 18:07:59 UTC 2024
      78.4K bytes
      Cache
     
  10. Target Encoder’s Internal Cross fitting — sciki...

    X_test , y_train , y_test = train_test_split ( X ,...score on test set: " , raw_model . score ( X_test , y_test )) Raw...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder_cross_val.html
    Tue Jun 11 18:07:59 UTC 2024
      111.4K bytes
      Cache
     
Back to top