Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 662 for c (0.11 sec)

  1. 7.7. Kernel Approximation — scikit-learn 1.7.2 ...

    \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
    Sat Oct 11 07:51:26 UTC 2025
      62.2K bytes
      1 views
      Cache
     
  2. LogisticRegressionCV — scikit-learn 1.7.2 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
    Sat Oct 11 07:51:26 UTC 2025
      167.4K bytes
      Cache
     
  3. 3.4. Metrics and scoring: quantifying the quali...

    uniformly: \[\frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...prevalence: \[\frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...
    scikit-learn.org/stable/modules/model_evaluation.html
    Sat Oct 11 07:51:27 UTC 2025
      417.3K bytes
      Cache
     
  4. 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
    Sat Oct 11 07:51:26 UTC 2025
      41.1K bytes
      6 views
     
  5. LinearSVC — scikit-learn 1.7.2 documentation

    the parameter C of class i to class_weight[i]*C for SVC. If not...dual = 'auto' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Sat Oct 11 07:51:27 UTC 2025
      162.4K bytes
      Cache
     
  6. 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
    Sat Oct 11 07:51:24 UTC 2025
      1.7M bytes
      7 views
     
  7. MultinomialNB — scikit-learn 1.7.2 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.MultinomialNB.html
    Sat Oct 11 07:51:27 UTC 2025
      151.8K bytes
      Cache
     
  8. 5.1. Partial Dependence and Individual Conditio...

    \mathbb{E}_{X_C}\left[ f(x_S, X_C) \right]\\ &= \int f(x_S, x_C) p(x_C)...p(x_C) dx_C,\end{split}\] where \(f(x_S, x_C)\) is the response function...
    scikit-learn.org/stable/modules/partial_dependence.html
    Sat Oct 11 07:51:27 UTC 2025
      60.8K bytes
      Cache
     
  9. CalibratedClassifierCV — scikit-learn 1.7.2 doc...

    Zadrozny & C. Elkan, ICML 2001 [ 2 ] Transforming...Probability Estimates, B. Zadrozny & C. Elkan, (KDD 2002) [ 3 ] Probabilistic...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Sat Oct 11 07:51:25 UTC 2025
      154.3K bytes
      Cache
     
  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...
    Sat Oct 11 07:51:26 UTC 2025
      11.1K bytes
     
Back to top