Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 245 for c (0.04 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
    Fri May 31 14:06:06 UTC 2024
      39.9K bytes
      6 views
     
  2. 2.4. Biclustering — scikit-learn 1.5.0 document...

    as follows: \[A_n = R^{-1/2} A C^{-1/2}\] Where \(R\) is the diagonal...to \(\sum_{j} A_{ij}\) and \(C\) is the diagonal matrix with...
    scikit-learn.org/stable/modules/biclustering.html
    Fri May 31 14:06:06 UTC 2024
      55.5K bytes
      Cache
     
  3. 1.3. Kernel ridge regression — scikit-learn 1.5...

    parameters \(\epsilon\) and \(C\) of the SVR ; \(\epsilon = 0\)...
    scikit-learn.org/stable/modules/kernel_ridge.html
    Fri May 31 14:06:06 UTC 2024
      43.3K bytes
      Cache
     
  4. 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
    Fri May 31 14:06:04 UTC 2024
      45.8K bytes
      1 views
     
  5. 6.6. Random Projection — scikit-learn 1.5.0 doc...

    \[\begin{split}\left\{ \begin{array}{c c l} -\sqrt{\frac{s}{n_{\text{components}}}}...
    scikit-learn.org/stable/modules/random_projection.html
    Fri May 31 14:06:07 UTC 2024
      53K bytes
      Cache
     
  6. 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
    Fri May 31 14:06:06 UTC 2024
      53K bytes
     
  7. 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
    Fri May 31 14:06:06 UTC 2024
      78.3K bytes
      8 views
     
  8. 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 28 11:51:33 UTC 2024
      14.2K bytes
      1 views
     
  9. An introduction to machine learning with scikit...

    C = 100. ) The clf (for classifier)...digits . target [: - 1 ]) SVC(C=100.0, gamma=0.001) Now you can...
    scikit-learn.org/stable/tutorial/basic/tutorial.html
    Fri May 31 14:06:04 UTC 2024
      63.1K bytes
      Cache
     
  10. Putting it all together — scikit-learn 1.5.0 do...

    "logistic__C" : np . logspace ( - 4 , 4 , 4...t0 = time () param_grid = { "C" : loguniform ( 1e3 , 1e5 ), "gamma"...
    scikit-learn.org/stable/tutorial/statistical_inference/putting_together.html
    Fri May 31 14:06:07 UTC 2024
      60.4K bytes
      1 views
      Cache
     
Back to top