Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 17 for 10 (0.04 sec)

  1. 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
    Sat May 04 16:42:14 UTC 2024
      39.9K bytes
      6 views
     
  2. 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
    Mon May 06 15:51:01 UTC 2024
      14.3K bytes
      1 views
     
  3. 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
    Mon May 06 15:50:59 UTC 2024
      77.9K bytes
      7 views
     
  4. 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
    Mon May 06 15:51:01 UTC 2024
      33K bytes
      2 views
     
  5. getting_started.rst.txt

    -10]] >>> # scale data according...5), ... 'max_depth': randint(5, 10)} ... >>> # now create a searchCV...
    scikit-learn.org/stable/_sources/getting_started.rst.txt
    Mon May 06 15:51:01 UTC 2024
      10K bytes
     
  6. preprocessing.rst.txt

    asarray([["a"] * 20 + ["b"] * 10 + ["c"] * 10 + ["d"] * 10], dtype=object).T...ca.pdf>`_ Neural computation 10.5 (1998): 1299-1319. .. _pre...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon May 06 15:51:00 UTC 2024
      52.7K bytes
     
  7. plot_release_highlights_1_4_0.rst.txt

    sin(10 * np.pi * X[:, 0]) - noise rf_no_cst...e(7) groups = rng.randint(0, 10, size=n_samples) sample_weights...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Sat May 04 16:42:14 UTC 2024
      40.9K bytes
     
  8. clustering.rst.txt

    toward feature space analysis" <10.1109/34.1000236>` D. Comaniciu...multi-way spectral clustering"<10.1093/imaiai/iay008>` Anil Damle,...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Sat May 04 16:42:14 UTC 2024
      91.9K bytes
     
  9. faq.rst.txt

    snippet (ideally shorter than 10 lines) that highlights your problem...(merged upstream in main since 0.2.10) and we contributed a `patch...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Sat May 04 16:42:15 UTC 2024
      23.4K bytes
      2 views
     
  10. decomposition.rst.txt

    number of components is less than 10 (strict) and the number of samples...<https://link.springer.com/article/10.1007%2FBF02289233>`_ H. F. Kaiser,...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Mon May 06 15:51:00 UTC 2024
      45.8K bytes
     
Back to top