Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Tue May 07 15:05:50 UTC 2024
      39.9K bytes
      6 views
     
  2. 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
    Tue May 07 15:05:49 UTC 2024
      77.9K bytes
      7 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
    Tue May 07 15:05:50 UTC 2024
      14.3K bytes
      1 views
     
  4. 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
    Tue May 07 15:05:49 UTC 2024
      33K bytes
      2 views
     
  5. 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
    Tue May 07 15:05:50 UTC 2024
      91.9K bytes
     
  6. decomposition.rst.txt

    C. Sorensen, and C. Yang, (1998) |details-end|....org/Boutsidis_PRE_08.pdf>`_ C. Boutsidis, E. Gallopoulos, 2008...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Mon May 06 15:51:00 UTC 2024
      45.8K bytes
     
  7. preprocessing.rst.txt

    "b" and "c" are their own categories, unknown...... [["a"] * 5 + ["b"] * 20 + ["c"] * 10 + ["d"] * 3 + [np.nan]],...
    scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt
    Mon May 06 15:51:00 UTC 2024
      52.7K bytes
     
  8. 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 04 16:42:15 UTC 2024
      23.4K bytes
      2 views
     
  9. testimonials.rst.txt

    commercial and marketing teams called C-Radar. We extensively use scikit-learn...
    scikit-learn.org/stable/_sources/testimonials/testimonials.rst.txt
    Tue May 07 15:05:50 UTC 2024
      30.2K bytes
      4 views
     
  10. 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 04 16:42:14 UTC 2024
      40.9K bytes
     
Back to top