Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 13 for 10 (0.04 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
    Sat May 04 16:42:14 UTC 2024
      77.9K bytes
      7 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
    Sat May 04 16:42:14 UTC 2024
      14.3K bytes
      1 views
     
  3. 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
    Sat May 04 16:42:15 UTC 2024
      118.5K bytes
      2 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
    Sat May 04 16:42:14 UTC 2024
      33K bytes
      2 views
     
  5. classes.rst.txt

    make_hastie_10_2 datasets.make_low_rank_matrix...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Sat May 04 16:42:15 UTC 2024
      41.8K bytes
     
  6. 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
    Sat May 04 16:42:15 UTC 2024
      10K bytes
     
  7. 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
     
  8. 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
     
  9. glossary.rst.txt

    above 10) may be needed for full verbosity....
    scikit-learn.org/stable/_sources/glossary.rst.txt
    Sat May 04 16:42:14 UTC 2024
      88.1K bytes
      1 views
     
  10. plot_kmeans_digits.rst.txt

    code-block:: none # digits: 10; # samples: 1797; # features...linewidths=3, color="w", zorder=10, ) plt.title( "K-means clustering...
    scikit-learn.org/stable/_sources/auto_examples/cluster/plot_kmeans_digits.rst.txt
    Sat May 04 16:42:14 UTC 2024
      10.2K bytes
      1 views
     
Back to top