Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 21 for 10 (0.03 sec)

  1. linear_model.rst.txt

    for example `cv=10` for 10-fold cross-validation, rather...computation 15.7 (2003): 1691-1714. <10.1162/089976603321891864>` |details-end|...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      77.9K bytes
      7 views
     
  2. plot_discretization_strategies.rst.txt

    n_samples // 10, n_samples * 4 // 10, n_samples // 10, n_samples...n_samples * 4 // 10, ], cluster_std=0.5, centers=centers_0, random_state=random_state,...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      5.6K bytes
     
  3. plot_multi_metric_evaluation.rst.txt

    datasets import make_hastie_10_2 from sklearn.metrics import...code-block:: Python X, y = make_hastie_10_2(n_samples=8000, random_state=42)...
    scikit-learn.org/stable/_sources/auto_examples/model_selection/plot_multi_metric_evaluation.rst.txt
    Wed Apr 24 18:54:20 UTC 2024
      6.4K bytes
     
  4. cross_validation.rst.txt

    12 13 14] [ 2 3 10 15 16 17] [ 1 2 3 8 9 10 12 13 14 15 16 17]...size in question, then 5- or 10- fold cross validation can overestimate...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      39.9K bytes
      6 views
     
  5. feature_selection.rst.txt

    selected features: if we have 10 features and ask for 7 selected...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      14.3K bytes
      1 views
     
  6. model_evaluation.rst.txt

    10]}, ... scoring=ftwo_scorer, cv=5)...print(cv_results['test_tp']) [10 9 8 7 8] >>> # Getting the test...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      118.5K bytes
      2 views
     
  7. plot_classifier_comparison.rst.txt

    n_estimators=10, max_features=1, random_state=42...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      7.7K bytes
     
  8. feature_extraction.rst.txt

    For instance a collection of 10,000 short text documents (such...HashingVectorizer(n_features=10) >>> hv.transform(corpus) <4x10...
    scikit-learn.org/stable/_sources/modules/feature_extraction.rst.txt
    Mon Apr 22 14:06:26 UTC 2024
      43.4K bytes
     
  9. grid_search.rst.txt

    10, 100, 1000], 'kernel': ['linear']}, {'C': [1, 10, 100,...{'max_depth': [3, 5, 10], ... 'min_samples_split': [2, 5, 10]} >>> base_estimator...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Wed Apr 24 18:54:16 UTC 2024
      33K bytes
      2 views
     
  10. classes.rst.txt

    make_hastie_10_2 datasets.make_low_rank_matrix...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Wed Apr 24 18:54:20 UTC 2024
      41.8K bytes
     
Back to top