Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 16 for test (0.08 seconds)

Filter
  1. test.ps

    185681
    raw.githubusercontent.com/codelibs/fess-testdata/master/files/pdf/test.ps
    2026-04-13 00:08
      55.8K bytes
     
  2. cross_validation.rst.txt

    ``['test_<scorer1_name>', 'test_<scorer2_name>', 'test_<scorer...>',...estimators, train-test split indices) in addition to the test score. For...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    2026-03-05 14:15
      13K bytes
      1 views
     
  3. 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
     
  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. 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
     
  7. 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
     
  8. v1.6.rst.txt

    still work but PyPy is not tested anymore in the scikit-learn...handling for the calculation of test scores. By :user:`Shruti Nath...
    scikit-learn.org/stable/_sources/whats_new/v1.6.rst.txt
    2026-03-17 03:44
      11.2K bytes
      1 views
     
  9. faq.rst.txt

    at training time and not at test time, for resampling and similar...a.toc-backref, h3 > a.toc-backref { text-decoration: none; } </style>...
    scikit-learn.org/stable/_sources/faq.rst.txt
    2026-03-17 03:44
      10.4K bytes
     
  10. v1.7.rst.txt

    list of alphas (array-like) to test along the regularization path....and :class:`feature_extraction.text.HashingVectorizer`. By :user:`hakan...
    scikit-learn.org/stable/_sources/whats_new/v1.7.rst.txt
    2026-03-17 03:44
      9.9K bytes
     
Back to Top