Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 17 for c (0.03 sec)

  1. linear_model.rst.txt

    ``C`` is given by ``alpha = 1 / C`` or ``alpha =...:func:`sklearn.svm.l1_min_c` allows to calculate the lower bound for C in order...
    scikit-learn.org/stable/_sources/modules/linear_model.rst.txt
    Sat May 11 22:20:00 UTC 2024
      77.9K bytes
      7 views
     
  2. cross_validation.rst.txt

    "c", "c", "c", "d", "d", "d"] >>> groups...= ["a", "b", "b", "b", "c", "c", "c", "a"] >>> groups = [1, 1,...
    scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt
    Wed May 08 07:10:46 UTC 2024
      39.9K bytes
      6 views
     
  3. feature_selection.rst.txt

    the parameter C controls the sparsity: the smaller C the fewer features...(150, 4) >>> lsvc = LinearSVC(C=0.01, penalty="l1", dual=False).fit(X,...
    scikit-learn.org/stable/_sources/modules/feature_selection.rst.txt
    Sat May 11 22:20:02 UTC 2024
      14.3K bytes
      1 views
     
  4. clustering.rst.txt

    \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Sat May 11 22:20:00 UTC 2024
      91.9K bytes
     
  5. grid_search.rst.txt

    = [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Sat May 11 22:20:02 UTC 2024
      33K bytes
      2 views
     
  6. faq.rst.txt

    favor different data layouts (`X` C-contiguous or F-contiguous, sparse...with OpenMP (for code written in C or Cython), - scikit-learn relies...
    scikit-learn.org/stable/_sources/faq.rst.txt
    Sat May 11 22:20:02 UTC 2024
      23.4K bytes
      2 views
     
  7. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...><span>conda create -n sklearn-env -c conda-forge scikit-learn</span>...
    scikit-learn.org/stable/_sources/install.rst.txt
    Sat May 11 22:20:00 UTC 2024
      13.5K bytes
      1 views
     
  8. testimonials.rst.txt

    commercial and marketing teams called C-Radar. We extensively use scikit-learn...
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Sat May 11 22:20:02 UTC 2024
      30.2K bytes
      4 views
     
  9. plot_release_highlights_1_4_0.rst.txt

    or with conda:: conda install -c conda-forge scikit-learn .. GENERATED...
    scikit-learn.org/stable/_sources/auto_examples/release_highlights/plot_release_highlights_1_4_0.r...
    Sat May 11 22:20:02 UTC 2024
      40.9K bytes
     
  10. classes.rst.txt

    l1_min_c .. _tree_ref: :mod:`sklearn.tree`:...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Sat May 11 22:20:00 UTC 2024
      41.8K bytes
     
Back to top