Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 907 for c (0.1 sec)

  1. QuadraticDiscriminantAnalysis — scikit-learn 1....

    Returns : C ndarray of shape (n_samples,)...vectors X. The predicted class C for each sample in X is returned....
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Sun Jun 29 19:04:30 UTC 2025
      141.6K bytes
      Cache
     
  2. auto_examples_python.zip

    "P(C)", "P(w0|C)", "P(w1|C)", sep="\t") for k,...[] for c in cs: clf.set_params(logisticregression__C=c) clf.fit(X,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Sun Jun 29 19:04:30 UTC 2025
      1.7M bytes
      7 views
     
  3. 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
    Fri Jun 27 15:51:03 UTC 2025
      33.4K bytes
      2 views
     
  4. confusion_matrix — scikit-learn 1.7.0 documenta...

    a confusion matrix \(C\) is such that \(C_{i, j}\) is equal to...negatives is \(C_{0,0}\) , false negatives is \(C_{1,0}\) , true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Sun Jun 29 19:04:30 UTC 2025
      117.7K bytes
      Cache
     
  5. clustering.rst.txt

    \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Sun Jun 29 19:04:30 UTC 2025
      92.8K bytes
      3 views
     
  6. 7.7. Kernel Approximation — scikit-learn 1.7.0 ...

    \prod_i \frac{2\sqrt{x_i+c}\sqrt{y_i+c}}{x_i + y_i + 2c}\] It has...kernels” Li, F., Ionescu, C., and Sminchisescu, C. - Pattern Recognition,...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Sun Jun 29 19:04:30 UTC 2025
      60.8K bytes
      1 views
      Cache
     
  7. Universal Profiling - continuous profiling that...

    C/C++, Node.js/V8, Ruby, Perl and...
    www.elastic.co/observability/universal-profiling
    Tue Jul 01 00:05:54 UTC 2025
      551.8K bytes
      Cache
     
  8. LogisticRegressionCV — scikit-learn 1.7.0 docum...

    the best C is the average of the C’s that correspond...folds, and the coefs and the C that corresponds to the best score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Sun Jun 29 19:04:29 UTC 2025
      167.2K bytes
      Cache
     
  9. 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
    Sun Jun 29 19:04:30 UTC 2025
      7.8K bytes
     
  10. plot_release_highlights_1_7_0.zip

    or with conda:: conda install -c conda-forge scikit-learn """ #...d=False), LogisticRegression(C=2.0)) model # %% # Custom validation...
    scikit-learn.org/stable/_downloads/0f052545c78541815099d62501f25a9e/plot_release_highlights_1_7_0...
    Sun Jun 29 19:04:30 UTC 2025
      11.1K bytes
     
Back to top