Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 101 - 110 of 253 for test (0.14 seconds)

Filter
  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
    2026-03-17 03:44
      1.4K bytes
     
  2. getting_started.rst.txt

    disclosing some testing data in your training data....<datasets>`, split it into train and test sets, and compute the accuracy...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    2026-03-17 03:44
      3.7K bytes
     
  3. plot_multi_metric_evaluation.ipynb

    (\"test\", \"-\")):\n sample_score_mean...sample_score_std,\n alpha=0.1 if sample == \"test\" else 0,\n color=color,\n )\n...
    scikit-learn.org/stable/_downloads/f57e1ee55d4c7a51949d5c26b3af07bb/plot_multi_metric_evaluation....
    2026-03-17 03:44
      1.8K bytes
     
  4. plot_classifier_comparison.py

    points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. """ # Authors: The scikit-learn...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    2026-03-23 20:39
      1.8K bytes
     
  5. 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
     
  6. plot_classifier_comparison.rst.txt

    points in solid colors and testing points semi-transparent. The...classification accuracy on the test set. .. GENERATED FROM PYTHON...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    2026-03-23 20:39
      2.6K bytes
     
  7. Getting Started — scikit-learn 1.8.0 documentation

    disclosing some testing data in your training data....dataset , split it into train and test sets, and compute the accuracy...
    scikit-learn.org/stable/getting_started.html
    2026-03-23 20:39
      9.6K bytes
      Cache
     
  8. plot_multi_metric_evaluation.rst.txt

    ("test", "-")): sample_score_mean =...sample_score_std, alpha=0.1 if sample == "test" else 0, color=color, ) ax.plot(...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    2026-03-17 03:44
      2.3K bytes
     
  9. plot_hgbt_regression.py

    shape[0]}") print(f"Test sample size: {X_test.shape[0]}")...slice(0, 336) # first week in the test set as 7 * 48 = 336 missing_fraction_list...
    scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py
    2026-03-23 20:39
      5.8K bytes
     
  10. plot_hgbt_regression.ipynb

    shape[0]}\")\nprint(f\"Test sample size: {X_test.shape[...slice(0, 336) # first week in the test set as 7 * 48 = 336\nmissing_fraction_list...
    scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb
    2026-03-23 20:39
      6.2K bytes
     
Back to Top