Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 41 - 50 of 64 for test (0.08 seconds)

Filter
  1. feature_selection.rst.txt

    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/_sources/modules/feature_selection.rst.txt
    2026-03-17 03:44
      5.1K bytes
     
  2. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...:math:`K_{test}(X, Y)` defined as: .. math:: K_{test}(X, Y) =...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    2026-03-17 03:44
      16K bytes
     
  3. plot_hgbt_regression.rst.txt

    shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...Training sample size: 16531 Test sample size: 11021 Number of...
    scikit-learn.org/stable/_sources/auto_examples/ensemble/plot_hgbt_regression.rst.txt
    2026-03-23 20:39
      6.9K bytes
     
  4. model_evaluation.rst.txt

    ratio (pre-test and post-tests): .. math:: \text{post-test odds} =...\frac{\text{pre-test probability}}{1 - \text{pre-test probability}},...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    2026-03-17 03:44
      37.2K bytes
     
  5. glossary.rst.txt

    common tests This refers to the tests run on almost every...requirements on estimators tested with this function, usually...
    scikit-learn.org/stable/_sources/glossary.rst.txt
    2026-03-17 03:44
      27.6K bytes
     
  6. install.rst.txt

    running the full scikit-learn test suite via automated continuous...ckages\\sklearn\\datasets\\tests\\data\\openml\\292\\api-v1-...
    scikit-learn.org/stable/_sources/install.rst.txt
    2026-03-17 03:44
      4.4K bytes
     
  7. roadmap.rst.txt

    data by implementing a common test. * An amputation sample generator...Improve scikit-learn common tests suite to make sure that (at...
    scikit-learn.org/stable/_sources/roadmap.rst.txt
    2026-03-23 20:39
      3.7K bytes
     
  8. support.rst.txt

    about repository updates and test failures on the `scikit-learn-commits...
    scikit-learn.org/stable/_sources/support.rst.txt
    2026-03-17 03:44
      1.9K bytes
     
  9. ensemble.rst.txt

    ) >>> est = est.fit(X_train, y_train) # fit...mean_squared_error(y_test, est.predict(X_test)) 5.00 >>> _ = est.set_params(n_estimators=200,...
    scikit-learn.org/stable/_sources/modules/ensemble.rst.txt
    2026-03-17 03:44
      22.2K bytes
     
  10. neighbors.rst.txt

    distance calculation between a test point and the centroid is sufficient...neighbors during training and testing, while excluding them leads...
    scikit-learn.org/stable/_sources/modules/neighbors.rst.txt
    2026-03-17 03:44
      12.2K bytes
     
Back to Top