Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 60 of 1,718 for test (0.14 sec)

  1. Search API

    "mimetype" : "text/html" } ] } The response will...
    fess.codelibs.org/14.13/api/api-search.html
    Wed Apr 24 02:35:33 UTC 2024
      29.7K bytes
      Cache
     
  2. オープンソース全文検索サーバー - ニュース一覧

    Fess で作るApache Solrベースの検索サーバー ~ REST API編 」が掲載されました 2010-12-19 Fess...
    fess.codelibs.org/ja/news.html
    Wed Apr 24 02:37:38 UTC 2024
      45.7K bytes
      12 views
      Cache
     
  3. sklearn.model_selection.TimeSeriesSplit — sciki...

    in train/test sets. In each split, test indices must be...n_splits=5, test_size=None) >>> for i , ( train_index , test_index...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html
    Wed Apr 24 18:54:16 UTC 2024
      38.8K bytes
      2 views
      Cache
     
  4. sklearn.model_selection.ShuffleSplit — scikit-l...

    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
    Wed Apr 24 18:54:16 UTC 2024
      34.8K bytes
      Cache
     
  5. sklearn.model_selection.StratifiedShuffleSplit ...

    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
    Wed Apr 24 18:54:16 UTC 2024
      32.3K bytes
      Cache
     
  6. sklearn.model_selection.GroupShuffleSplit — sci...

    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
    Wed Apr 24 18:54:16 UTC 2024
      39.2K bytes
      Cache
     
  7. sklearn.model_selection.RepeatedStratifiedKFold...

    print ( f " Test: index= { test_index } " ) ... Fold...index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Wed Apr 24 18:54:19 UTC 2024
      31K bytes
      Cache
     
  8. sklearn.metrics.class_likelihood_ratios — sciki...

    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
    Wed Apr 24 18:54:16 UTC 2024
      28.7K bytes
      Cache
     
  9. sklearn.model_selection.GroupKFold — scikit-lea...

    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.GroupKFold.html
    Wed Apr 24 18:54:16 UTC 2024
      36.8K bytes
      Cache
     
  10. Part 3: Web Scraping with Fess

    classifying text. Problem Let’s consider creating a text classification...with Fess will only index the text below the body tag as a search...
    fess.codelibs.org/articles/3/document.html
    Wed Apr 24 02:37:35 UTC 2024
      21.8K bytes
      8 views
      Cache
     
  11. sklearn.model_selection.cross_validate — scikit...

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Wed Apr 24 18:54:16 UTC 2024
      43.1K bytes
      Cache
     
  12. sklearn.model_selection.validation_curve — scik...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Wed Apr 24 18:54:16 UTC 2024
      28.2K bytes
      Cache
     
  13. Page Design

    Editable JSP files The translated text is understandable, but it could...
    fess.codelibs.org/14.12/admin/design-guide.html
    Sat Apr 13 02:35:41 UTC 2024
      32K bytes
      2 views
      Cache
     
  14. sklearn.model_selection.LearningCurveDisplay — ...

    test_scores = test_scores , score_name =...train_sizes , train_scores , test_scores , score_name = None )...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LearningCurveDisplay.html
    Wed Apr 24 18:54:16 UTC 2024
      56.8K bytes
      Cache
     
  15. JSON API

    "mimetype" : "text/html" , "content_length" : "583740"...
    fess.codelibs.org/14.13/user/json-response.html
    Wed Apr 24 02:35:32 UTC 2024
      26.1K bytes
      Cache
     
  16. 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
    Wed Apr 24 18:54:16 UTC 2024
      49.6K bytes
      Cache
     
  17. sklearn.model_selection.KFold — scikit-learn 1....

    estimates 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
    Wed Apr 24 18:54:19 UTC 2024
      34.1K bytes
      Cache
     
  18. sklearn.base.ClassifierMixin — scikit-learn 1.4...

    the mean accuracy on the given test data and labels. score ( X ,...the mean accuracy on the given test data and labels. In multi-label...
    scikit-learn.org/stable/modules/generated/sklearn.base.ClassifierMixin.html
    Wed Apr 24 18:54:16 UTC 2024
      23.9K bytes
      Cache
     
  19. 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
    Wed Apr 24 18:54:19 UTC 2024
      28.2K bytes
      Cache
     
  20. 145 Secret File :: Quicker, easier and cheaper ...

    it alone works How to test Don’t test me IO # Input Output 0...
    tinytapeout.com/runs/tt02/145/
    Fri Apr 05 01:13:53 UTC 2024
      106.1K bytes
      Cache
     
Back to top