Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 91 - 100 of 766 for c (0.08 sec)

  1. 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
    Sat Aug 23 16:32:03 UTC 2025
      79K bytes
      9 views
     
  2. plot_pca_iris.zip

    c=iris.target, s=40, ) ax.set( title="First...X_reduced[:, 1],\n X_reduced[:, 2],\n c=iris.target,\n s=40,\n)\n\nax.set(\n...
    scikit-learn.org/stable/_downloads/99402c7ce7a6ab7fafcb48caa3c9447b/plot_pca_iris.zip
    Sat Aug 23 16:32:04 UTC 2025
      8.5K bytes
     
  3. permutation_test_score — scikit-learn 1.7.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
    Mon Aug 25 13:49:24 UTC 2025
      121.8K bytes
      Cache
     
  4. How to operationalize generative AI | Elastic

    their AI adoption journeys (Blog) C-suite insights on generative AI...
    www.elastic.co/portfolio/operationalizing-generative-ai-strategic-guide
    Tue Aug 26 00:08:24 UTC 2025
      408.3K bytes
      1 views
      Cache
     
  5. LinearDiscriminantAnalysis — scikit-learn 1.7.1...

    corresponds to sum_k prior_k * C_k where C_k is the covariance matrix...the samples in class k . The C_k are estimated using the (potentially...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Mon Aug 25 13:49:19 UTC 2025
      154.8K bytes
      Cache
     
  6. LogisticRegression — scikit-learn 1.7.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
    Mon Aug 25 13:49:19 UTC 2025
      191.6K bytes
      Cache
     
  7. MiniBatchKMeans — scikit-learn 1.7.1 documentation

    the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. If a sparse matrix...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Mon Aug 25 13:49:24 UTC 2025
      171.2K bytes
      Cache
     
  8. DecisionBoundaryDisplay — scikit-learn 1.7.1 do...

    c = iris . target , edgecolor =...scatter ( X [:, 0 ], X [:, 1 ], c = iris . target , edgecolor =...
    scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html
    Mon Aug 25 13:49:19 UTC 2025
      154.7K bytes
      Cache
     
  9. 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
    Sat Aug 23 16:32:04 UTC 2025
      14.5K bytes
      3 views
     
  10. 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
    Tue Aug 26 00:00:25 UTC 2025
      283.5K bytes
      19 views
      Cache
     
Back to top