Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 277 for c (0.05 sec)

  1. LogisticRegressionCV — scikit-learn 1.5.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
    Wed Jun 05 00:53:45 UTC 2024
      172.2K bytes
      Cache
     
  2. OrdinalEncoder — scikit-learn 1.5.0 documentation

    (c.f. bpo-43475 ). Examples Given...into a single category, “b” and “c” are their own categories, unknown...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.OrdinalEncoder.html
    Wed Jun 05 00:53:45 UTC 2024
      154.7K bytes
      Cache
     
  3. HuberRegressor — scikit-learn 1.5.0 documentation

    the samples where |(y - Xw - c) / sigma| < epsilon and the absolute...the samples where |(y - Xw - c) / sigma| > epsilon , where the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Wed Jun 05 00:53:46 UTC 2024
      151.5K bytes
      Cache
     
  4. SplineTransformer — scikit-learn 1.5.0 document...

    order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' , sparse_output = False ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Wed Jun 05 00:53:45 UTC 2024
      147.8K bytes
      Cache
     
  5. GaussianProcessClassifier — scikit-learn 1.5.0 ...

    Returns : C ndarray of shape (n_samples,)...for classification. Returns : C array-like of shape (n_samples,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Wed Jun 05 00:53:46 UTC 2024
      152.2K bytes
      Cache
     
  6. 1.6. Nearest Neighbors — scikit-learn 1.5.0 doc...

    point \(C\) , then we know that points \(A\) and \(C\) are very...\[p_{i}=\sum\limits_{j \in C_i}{p_{i j}}\] where \(C_i\) is the set of...
    scikit-learn.org/stable/modules/neighbors.html
    Wed Jun 05 00:53:47 UTC 2024
      128.4K bytes
      Cache
     
  7. ComplementNB — scikit-learn 1.5.0 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 Jun 03 12:46:40 UTC 2024
      159.3K bytes
      Cache
     
  8. MultinomialNB — scikit-learn 1.5.0 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
    Wed Jun 05 00:53:46 UTC 2024
      157.9K bytes
      Cache
     
  9. LinearDiscriminantAnalysis — scikit-learn 1.5.0...

    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...
    Wed Jun 05 00:53:45 UTC 2024
      160.6K bytes
      Cache
     
  10. CalibratedClassifierCV — scikit-learn 1.5.0 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
    Wed Jun 05 00:53:45 UTC 2024
      157.6K bytes
      Cache
     
Back to top