Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 442 for c (0.08 sec)

  1. 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 May 22 15:20:10 UTC 2024
      160.6K 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 May 22 15:20:05 UTC 2024
      154.7K bytes
      Cache
     
  3. 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 May 22 15:20:05 UTC 2024
      147.8K bytes
      Cache
     
  4. 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
    Wed May 22 15:20:05 UTC 2024
      157.8K bytes
      Cache
     
  5. 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
    Wed May 22 15:20:05 UTC 2024
      143.6K bytes
      Cache
     
  6. 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
    Tue May 21 18:58:19 UTC 2024
      2.2M bytes
      2 views
     
  7. 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
    Wed May 22 15:20:05 UTC 2024
      113.4K bytes
      Cache
     
  8. plot_release_highlights_1_5_0.py

    or with conda:: conda install -c conda-forge scikit-learn """ #...classifier_05 = LogisticRegression(C=1e6, random_state=0).fit(X_train,...
    scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py
    Tue May 21 18:58:19 UTC 2024
      8.3K bytes
     
  9. 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
    Wed May 22 15:20:08 UTC 2024
      160.9K bytes
      Cache
     
  10. 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
    Wed May 22 15:20:05 UTC 2024
      158.4K bytes
      Cache
     
Back to top