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
    Sat May 04 16:42:14 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
    Sat May 04 16:42:14 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
    Sat May 04 16:42:14 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 04 16:42:14 UTC 2024
      91.9K bytes
     
  5. classes.rst.txt

    l1_min_c .. _tree_ref: :mod:`sklearn.tree`:...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Sat May 04 16:42:15 UTC 2024
      41.8K 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
    Sat May 04 16:42:14 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
    Sat May 04 16:42:14 UTC 2024
      52.7K bytes
     
  8. 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 04 16:42:15 UTC 2024
      13.5K bytes
      1 views
     
  9. 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
     
  10. 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 04 16:42:14 UTC 2024
      30.2K bytes
      4 views
     
Back to top