Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 565 for c (0.05 sec)

  1. 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
    Mon Jun 03 12:46:39 UTC 2024
      151.5K bytes
      Cache
     
  2. NearestCentroid — scikit-learn 1.5.0 documentation

    The predicted class C for each sample in X is returned....n_features) Test samples. Returns : C ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Mon Jun 03 12:46:40 UTC 2024
      135.7K bytes
      Cache
     
  3. IncrementalPCA — scikit-learn 1.5.0 documentation

    Recognition and Machine Learning” by C. Bishop, 12.2.1 p. 574 or htt...Computations, Third Edition, G. Holub and C. Van Loan, Chapter 5, section...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Mon Jun 03 12:46:39 UTC 2024
      157.8K bytes
      Cache
     
  4. PolynomialFeatures — scikit-learn 1.5.0 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
    Fri May 31 14:06:07 UTC 2024
      143.6K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.0 — sciki...

    or with conda: conda install - c conda - forge scikit - learn Keyword...]], columns = [ "a" , "b" , "c" ]) scalar = StandardScaler ()...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Mon Jun 03 12:46:40 UTC 2024
      113.4K bytes
      Cache
     
  6. BernoulliNB — 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.BernoulliNB.html
    Mon Jun 03 12:46:40 UTC 2024
      158.4K bytes
      Cache
     
  7. GaussianNB — 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.GaussianNB.html
    Mon Jun 03 12:46:40 UTC 2024
      160.9K bytes
      Cache
     
  8. PCA — scikit-learn 1.5.0 documentation

    Recognition and Machine Learning” by C. Bishop, 12.2.1 p. 574 or htt...from: Tipping, M. E., and Bishop, C. M. (1999). “Probabilistic principal...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.PCA.html
    Mon Jun 03 12:46:40 UTC 2024
      174.8K bytes
      Cache
     
  9. LogisticRegression — scikit-learn 1.5.0 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 Jun 03 12:46:40 UTC 2024
      190K bytes
      Cache
     
  10. 1.1. Linear Models — scikit-learn 1.5.0 documen...

    C is given by alpha = 1 / C or alpha = 1 / (n_samples...sklearn.svm.l1_min_c allows to calculate the lower bound for C in order...
    scikit-learn.org/stable/modules/linear_model.html
    Mon Jun 03 12:46:39 UTC 2024
      228.6K bytes
      Cache
     
Back to top