Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. test.c

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.c
    Thu May 16 00:01:21 UTC 2024
      120 bytes
     
  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 15 13:59:41 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
    Wed May 15 13:59:41 UTC 2024
      14.3K bytes
      1 views
     
  4. model_evaluation.rst.txt

    math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...math:: \frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...
    scikit-learn.org/stable/_sources/modules/model_evaluation.rst.txt
    Wed May 15 13:59:41 UTC 2024
      118.5K bytes
      2 views
     
  5. index.rst.txt

    a subset of the MNIST digits c..."> .. only:: html .. image::...evaluate the significance of a c..."> .. only:: html .. image::...
    scikit-learn.org/stable/_sources/auto_examples/index.rst.txt
    Wed May 15 13:59:41 UTC 2024
      144.7K bytes
      5 views
     
  6. 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
    Wed May 15 13:59:40 UTC 2024
      33K bytes
      2 views
     
  7. 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
    Wed May 15 13:59:41 UTC 2024
      45.8K bytes
      1 views
     
  8. 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
    Wed May 15 13:59:40 UTC 2024
      52.7K bytes
     
  9. 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
    Wed May 15 13:59:41 UTC 2024
      13.5K bytes
      1 views
     
  10. classes.rst.txt

    l1_min_c .. _tree_ref: :mod:`sklearn.tree`:...
    scikit-learn.org/stable/_sources/modules/classes.rst.txt
    Wed May 15 13:59:40 UTC 2024
      41.8K bytes
     
Back to top