Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 1 - 10 of 21 for c (0.03 seconds)

  1. test.c

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); } 0
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.c
    Mon Nov 24 00:02:24 GMT 2025
      120 bytes
     
  2. plot_classifier_comparison.rst.txt

    C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Mon Nov 24 12:29:38 GMT 2025
      7.8K bytes
     
  3. 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
    Mon Nov 24 11:23:20 GMT 2025
      41.1K bytes
      1 views
     
  4. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...packages in the environment python -c "import sklearn; sklearn.show_versions()"...
    scikit-learn.org/stable/_sources/install.rst.txt
    Mon Nov 24 12:29:38 GMT 2025
      13K 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
    Mon Nov 24 12:29:38 GMT 2025
      33.4K bytes
     
  6. clustering.rst.txt

    - \frac{H(C|K)}{H(C)} .. math:: c = 1 - \frac{H(K|C)}{H(K)} where...math:: H(C|K) = - \sum_{c=1}^{|C|} \sum_{k=1}^{|K|} \frac{n_{c,k}}{n}...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Mon Nov 24 11:06:34 GMT 2025
      92.8K bytes
     
  7. 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
    Sun Nov 23 04:34:55 GMT 2025
      14.5K bytes
     
  8. 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
    Mon Nov 24 11:23:21 GMT 2025
      132.2K bytes
     
  9. decomposition.rst.txt

    C. Sorensen, and C. Yang, (1998) .. _LSA:....org/Boutsidis_PRE_08.pdf>`_ C. Boutsidis, E. Gallopoulos, 2008...
    scikit-learn.org/stable/_sources/modules/decomposition.rst.txt
    Mon Nov 24 12:29:41 GMT 2025
      45.8K bytes
     
  10. 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 Nov 24 11:06:37 GMT 2025
      52.9K bytes
     
Back to Top