Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 766 for c (0.2 sec)

  1. 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
    Mon Aug 25 13:49:18 UTC 2025
      60.8K bytes
      Cache
     
  2. auto_examples_jupyter.zip

    c in enumerate(centers):\n ax2.scatter(c[0], c[1], marker=\"$%d$\"...RANDOM_SEED)\nprint(\"Class\", \"P(C)\", \"P(w0|C)\", \"P(w1|C)\", sep=\"\\t\")\nfor...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Sat Aug 23 16:32:03 UTC 2025
      2.2M bytes
      2 views
     
  3. 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 Aug 23 16:32:04 UTC 2025
      41.1K bytes
      6 views
     
  4. MultinomialNB — scikit-learn 1.7.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.MultinomialNB.html
    Mon Aug 25 13:49:24 UTC 2025
      151.9K bytes
      Cache
     
  5. 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 Aug 23 16:32:03 UTC 2025
      1.7M bytes
      7 views
     
  6. ComplementNB — scikit-learn 1.7.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.ComplementNB.html
    Mon Aug 25 13:49:18 UTC 2025
      153.1K bytes
      Cache
     
  7. BernoulliNB — scikit-learn 1.7.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
    Mon Aug 25 13:49:19 UTC 2025
      152.1K bytes
      Cache
     
  8. CalibratedClassifierCV — scikit-learn 1.7.1 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
    Mon Aug 25 13:49:19 UTC 2025
      154.4K bytes
      Cache
     
  9. GaussianNB — scikit-learn 1.7.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
    Mon Aug 25 13:49:18 UTC 2025
      155.2K bytes
      Cache
     
  10. PolynomialFeatures — scikit-learn 1.7.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
    Mon Aug 25 13:49:24 UTC 2025
      139.9K bytes
      Cache
     
Back to top