Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 420 for tests (0.09 sec)

  1. test.tar

    data/folder/file.html Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。 data/file.txt Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。
    raw.githubusercontent.com/codelibs/fess-testdata/master/archive/test.tar
    Tue May 07 00:01:27 UTC 2024
      10K bytes
      1 views
     
  2. sklearn.model_selection.permutation_test_score ...

    permutation_test_score permutation_test_score Examples using...ion_test_score sklearn.model_selection .permutation_test_score...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Mon May 06 15:51:00 UTC 2024
      29K bytes
      Cache
     
  3. Train error vs Test error — scikit-learn 1.4.2 ...

    X_test , y_train , y_test = train_test_split ( X ,...)) test_errors . append ( enet . score ( X_test , y_test )) i_alpha_optim...
    scikit-learn.org/stable/auto_examples/model_selection/plot_train_error_vs_test_error.html
    Mon May 06 15:50:59 UTC 2024
      35.3K bytes
      1 views
      Cache
     
  4. Test with permutations the significance of a cl...

    Permutation test score Next, we calculate the permutation_test_score...us if you use the software. Test with permutations the significance...
    scikit-learn.org/stable/auto_examples/model_selection/plot_permutation_tests_for_classification.html
    Mon May 06 15:50:59 UTC 2024
      37.3K bytes
      Cache
     
  5. Comparison of F-test and mutual information — s...

    univariate F-tests statistics and mutual information. As F-test captures...( 1000 ) f_test , _ = f_regression ( X , y ) f_test /= np . max...
    scikit-learn.org/stable/auto_examples/feature_selection/plot_f_test_vs_mi.html
    Mon May 06 15:51:01 UTC 2024
      28.8K bytes
      Cache
     
  6. sklearn.model_selection.train_test_split — scik...

    X_test , y_train , y_test = train_test_split ( ......sklearn.model_selection .train_test_split train_test_split Examples using...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.train_test_split.html
    Mon May 06 15:51:00 UTC 2024
      60.2K bytes
      Cache
     
  7. sklearn.utils.estimator_checks.parametrize_with...

    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....
    Mon May 06 15:51:00 UTC 2024
      19.2K bytes
      Cache
     
  8. Installing the development version of scikit-le...

    Test dependencies Running tests requires: pytest...dependencies Build dependencies Test dependencies Building a specific...
    scikit-learn.org/stable/developers/advanced_installation.html
    Mon May 06 15:50:59 UTC 2024
      55.6K bytes
      Cache
     
  9. sklearn.feature_selection.f_regression — scikit...

    Comparison of F-test and mutual information Comparison of F-test and mutual...Univariate linear regression tests returning F-statistic and p-values....
    scikit-learn.org/stable/modules/generated/sklearn.feature_selection.f_regression.html
    Mon May 06 15:51:00 UTC 2024
      28.2K bytes
      Cache
     
  10. Model selection: choosing estimators and their ...

    X_digits [ test ], y_digits [ test ]) ... for train , test in k_fold..., y_train ) . score ( X_test , y_test )) >>> print ( scores )...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Mon May 06 15:51:00 UTC 2024
      49.6K bytes
      Cache
     
Back to top