Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 765 for c (0.05 sec)

  1. permutation_test_score — scikit-learn 1.6.1 doc...

    calculated as: (C + 1) / (n_permutations + 1) Where C is the number...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Fri Feb 21 14:54:34 UTC 2025
      121.7K bytes
      Cache
     
  2. 2.4. Biclustering — scikit-learn 1.6.1 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 Feb 21 14:54:34 UTC 2025
      50.7K bytes
      Cache
     
  3. LogisticRegression — scikit-learn 1.6.1 documen...

    C = 1.0 , fit_intercept = True ,...both dense and sparse input. Use C-ordered arrays or CSR matrices...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegression.html
    Fri Feb 21 14:54:34 UTC 2025
      190.6K bytes
      Cache
     
  4. check_array — scikit-learn 1.6.1 documentation

    C’} or None, default=None Whether...will be forced to be fortran or c-style. When order is None (default),...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Fri Feb 21 14:54:32 UTC 2025
      116.8K bytes
      Cache
     
  5. GitHub - codelibs/fess-testdata: Test Data Repo...

    9% C 0.4% C++ 0.4% Other 0.4% You can’t...
    github.com/codelibs/fess-testdata
    Sat Feb 22 00:00:26 UTC 2025
      288K bytes
      18 views
      Cache
     
  6. PolynomialFeatures — scikit-learn 1.6.1 documen...

    order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' ) [source] # Generate polynomial...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html
    Fri Feb 21 14:54:32 UTC 2025
      139.8K bytes
      Cache
     
  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
    Tue Feb 18 23:43:25 UTC 2025
      14.5K bytes
      3 views
     
  8. GaussianNB — scikit-learn 1.6.1 documentation

    Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Fri Feb 21 14:54:32 UTC 2025
      156.5K bytes
      Cache
     
  9. ValidationCurveDisplay — scikit-learn 1.6.1 doc...

    param_range = "C" , np . logspace ( - 8 , 3 , 10...>>> param_name , param_range = "C" , np . logspace ( - 8 , 3 , 10...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html
    Fri Feb 21 14:54:34 UTC 2025
      144.5K bytes
      Cache
     
  10. BernoulliNB — scikit-learn 1.6.1 documentation

    References C.D. Manning, P. Raghavan and H....The input samples. Returns : C ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Fri Feb 21 14:54:33 UTC 2025
      152.8K bytes
      Cache
     
Back to top