Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 1,304 for test (0.31 sec)

  1. In Fess make Apache Solr based search server-ed...

    using the REST API is now Fess . In the REST API, Fess to...possible as the REST API. Can also use the REST API should build...
    fess.codelibs.org/articles/article-4.html
    Thu Jul 17 02:36:47 UTC 2025
      28.7K bytes
      19 views
      Cache
     
  2. MultinomialNB — scikit-learn 1.7.1 documentation

    classification of text documents Out-of-core classification of text documents...classification on an array of test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.MultinomialNB.html
    Thu Jul 17 15:32:17 UTC 2025
      151.9K bytes
      Cache
     
  3. fetch_20newsgroups — scikit-learn 1.7.1 documen...

    test’ for the test set, ‘all’ for both,...on a Text Dataset Semi-supervised Classification on a Text Dataset...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups.html
    Thu Jul 17 15:32:17 UTC 2025
      119.5K bytes
      Cache
     
  4. KNeighborsClassifier — scikit-learn 1.7.1 docum...

    or None Test samples. If None , predictions...probability estimates for the test data X. Parameters : X {array-like,...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.KNeighborsClassifier.html
    Thu Jul 17 15:32:16 UTC 2025
      156K bytes
      Cache
     
  5. KFold — scikit-learn 1.7.1 documentation

    scikit-learn Nested versus non-nested cross-validation Nested versus...Provides train/test indices to split data in train/test sets. Split...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.KFold.html
    Thu Jul 17 15:32:17 UTC 2025
      123.2K bytes
      Cache
     
  6. MetaTalk

    June 19 test MeTa queue test [ more inside ] posted by Testy Tess...at 3:02 PM - 6 comments Queue test Is this MetaTalk post published...
    metatalk.metafilter.com
    Thu Jul 10 01:01:32 UTC 2025
      38.2K bytes
      2 views
      Cache
     
  7. minmax_scale — scikit-learn 1.7.1 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.minmax_scale.html
    Thu Jul 17 15:32:17 UTC 2025
      115.6K bytes
      Cache
     
  8. AdaBoostClassifier — scikit-learn 1.7.1 documen...

    n_features) Test samples. y array-like of shape...monitoring (i.e. determine error on testing set) after each boosting iteration....
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Thu Jul 17 15:32:17 UTC 2025
      157.8K bytes
      Cache
     
  9. TimeSeriesSplit — scikit-learn 1.7.1 documentation

    test_size=None) >>> for i , ( train_index , test_index..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Thu Jul 17 15:32:16 UTC 2025
      129.5K bytes
      2 views
      Cache
     
  10. CalibratedClassifierCV — scikit-learn 1.7.1 doc...

    and calibrates it using the testing subset. For prediction, predicted...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Thu Jul 17 15:32:17 UTC 2025
      154.4K bytes
      Cache
     
  11. ShuffleSplit — scikit-learn 1.7.1 documentation

    print ( f " Test: index= { test_index } " ) Fold 0: Train:...4] Test: index=[5 2] Fold 1: Train: index=[4 0 2 5] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ShuffleSplit.html
    Thu Jul 17 15:32:17 UTC 2025
      124.6K bytes
      Cache
     
  12. Synthetic Monitoring with Elastic Observability...

    push the test scripts with your code for continued testing in production....code releases and test updates, reuse test scripts to reduce...
    www.elastic.co/observability/synthetic-monitoring
    Fri Jul 18 00:06:06 UTC 2025
      545.1K bytes
      Cache
     
  13. plot_hgbt_regression.py

    import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    Wed Jul 16 16:04:04 UTC 2025
      16.3K bytes
     
  14. ElasticNet — scikit-learn 1.7.1 documentation

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNet.html
    Thu Jul 17 15:32:17 UTC 2025
      166.2K bytes
      Cache
     
  15. StratifiedShuffleSplit — scikit-learn 1.7.1 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
    Thu Jul 17 15:32:16 UTC 2025
      122.5K bytes
      Cache
     
  16. class_likelihood_ratios — scikit-learn 1.7.1 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Thu Jul 17 15:32:16 UTC 2025
      122.5K bytes
      Cache
     
  17. GroupShuffleSplit — scikit-learn 1.7.1 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
    Thu Jul 17 15:32:17 UTC 2025
      128.2K bytes
      Cache
     
  18. GraphicalLassoCV — scikit-learn 1.7.1 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html
    Thu Jul 17 15:32:17 UTC 2025
      140.3K bytes
      Cache
     
  19. preprocessing.rst.txt

    K_{test} - 1'_{\text{n}_{samples}} K - K_{test} 1_{\text{n}_{samples}}...>>> X_train, X_test, y_train, y_test = train_test_split(X, y, random_state=42)...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon Jul 14 17:22:21 UTC 2025
      52.9K bytes
     
  20. Contributing — scikit-learn 1.7.1 documentation

    sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....
    scikit-learn.org/stable/developers/contributing.html
    Thu Jul 17 15:32:16 UTC 2025
      140.2K bytes
      1 views
      Cache
     
Back to top