Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. test.c

    #include <sdtio.h> int main(void) { printf("Lorem ipsum. (ロレム・イプサム) 吾輩は猫である。"); }
    raw.githubusercontent.com/codelibs/fess-testdata/master/source_code/test.c
    Fri Apr 26 00:01:36 UTC 2024
      120 bytes
     
  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
    Thu Apr 25 16:20:47 UTC 2024
      77.9K bytes
      7 views
     
  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
    Wed Apr 24 18:54:16 UTC 2024
      39.9K bytes
      6 views
     
  4. 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
    Thu Apr 25 16:20:47 UTC 2024
      14.3K bytes
      1 views
     
  5. 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
    Thu Apr 25 16:20:47 UTC 2024
      118.5K bytes
      2 views
     
  6. 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
    Wed Apr 24 18:54:16 UTC 2024
      7.7K bytes
     
  7. 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
    Thu Apr 25 16:20:48 UTC 2024
      144.7K bytes
      5 views
     
  8. plot_discretization_strategies.rst.txt

    c_[xx.ravel(), yy.ravel()] ax.set_xlim(xx.min(),...
    scikit-learn.org/stable/_sources/auto_examples/preprocessing/plot_discretization_strategies.rst.txt
    Thu Apr 25 16:20:48 UTC 2024
      5.6K 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
    Thu Apr 25 16:20:48 UTC 2024
      13.5K bytes
      1 views
     
  10. 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 Apr 24 18:54:16 UTC 2024
      33K bytes
      2 views
     
Back to top