Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 51 - 60 of 1,655 for test (3.62 seconds)

  1. plot_multi_metric_evaluation.py

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_downloads/dedbcc9464f3269f4f012f4bfc7d16da/plot_multi_metric_evaluation.py
    Sat Nov 15 10:03:25 GMT 2025
      3.6K bytes
     
  2. ComplementNB — scikit-learn 1.7.2 documen...

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Mon Nov 17 17:38:24 GMT 2025
      153K bytes
      Cache
     
  3. RepeatedStratifiedKFold — scikit-learn 1....

    index=[1 2] Test: index=[0 3] Fold 1: Train: index=[0 3] Test: index=[1...index=[1 3] Test: index=[0 2] Fold 3: Train: index=[0 2] Test: index=[1...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedStratifiedKFold.html
    Mon Nov 17 17:38:24 GMT 2025
      121.6K bytes
      Cache
     
  4. Examples — scikit-learn 1.7.2 documentation

    (ROC) Nested versus non-nested cross-validation Nested versus...Comparison of F-test and mutual information Comparison of F-test and mutual...
    scikit-learn.org/stable/auto_examples/index.html
    Mon Nov 17 17:38:24 GMT 2025
      273K bytes
      Cache
     
  5. GroupKFold — scikit-learn 1.7.2 documenta...

    test ndarray The testing set indices for that...will appear exactly once in the test set across all folds (the number...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Mon Nov 17 17:38:24 GMT 2025
      127.1K bytes
      Cache
     
  6. Train open source LLMs with collected knowledge...

    and test the model. Step 4. Test the base model output...Train data set (jsonl file) Test data set (jsonl file) Step 6....
    developer.ibm.com/tutorials/awb-train-open-source-llms-collected-knowledge-instructlab/
    Mon Nov 17 02:53:30 GMT 2025
      721.6K bytes
      Cache
     
  7. cross_validate — scikit-learn 1.7.2 docum...

    splitting the dataset into train/test set. Only used in conjunction...An iterable yielding (train, test) splits as arrays of indices....
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Mon Nov 17 17:38:24 GMT 2025
      138.3K bytes
      Cache
     
  8. fetch_20newsgroups_vectorized — scikit-le...

    test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html
    Mon Nov 17 17:38:23 GMT 2025
      118.2K bytes
      Cache
     
  9. 3.1. Cross-validation: evaluating estimator per...

    train-test split indices) in addition to the test score. For...to the test set . Thus, one can create the training/test sets using...
    scikit-learn.org/stable/modules/cross_validation.html
    Mon Nov 17 17:38:23 GMT 2025
      162.2K bytes
      Cache
     
  10. validation_curve — scikit-learn 1.7.2 doc...

    Determine training and test scores for varying parameter...splitting the dataset into train/test set. Only used in conjunction...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Mon Nov 17 17:38:23 GMT 2025
      121.9K bytes
      Cache
     
Back to Top