Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 367 for c (0.06 sec)

  1. auto_examples_python.zip

    0") c = Tk.Frame(valbox) Tk.Label(c, text="C:", anchor="e",...print("Class", "P(C)", "P(w0|C)", "P(w1|C)", sep="\t") for k,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Thu May 16 17:15:46 UTC 2024
      1.6M bytes
      4 views
     
  2. sklearn.discriminant_analysis.QuadraticDiscrimi...

    Returns : C ndarray of shape (n_samples,)...vectors X. The predicted class C for each sample in X is returned....
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal...
    Thu May 16 17:15:46 UTC 2024
      54.4K bytes
      Cache
     
  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
    Thu May 16 17:15:45 UTC 2024
      39.9K bytes
      6 views
     
  4. sklearn.naive_bayes.ComplementNB — scikit-learn...

    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
    Thu May 16 17:15:46 UTC 2024
      67.8K bytes
      Cache
     
  5. 6.7. Kernel Approximation — scikit-learn 1.4.2 ...

    \prod_i \frac{2\sqrt{x_i+c}\sqrt{y_i+c}}{x_i + y_i + 2c}\] It has...free parameter, that is called \(c\) . For a motivation for this...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Thu May 16 17:15:46 UTC 2024
      42.9K bytes
      Cache
     
  6. sklearn.preprocessing.OrdinalEncoder — scikit-l...

    (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
    Thu May 16 17:15:46 UTC 2024
      61.5K bytes
      Cache
     
  7. sklearn.discriminant_analysis.LinearDiscriminan...

    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...
    Thu May 16 17:15:47 UTC 2024
      68.5K bytes
      Cache
     
  8. sklearn.preprocessing.SplineTransformer — sciki...

    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
    Thu May 16 17:15:46 UTC 2024
      54.8K bytes
      Cache
     
  9. 4.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
    Thu May 16 17:15:47 UTC 2024
      41.4K bytes
      Cache
     
  10. related_projects.rst.txt

    trained scikit-learn models to C, Java, Javascript and others....estimators into a native code of C, Java, Go, R, PHP, Dart, Haskell,...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Thu May 16 17:15:46 UTC 2024
      17.4K bytes
     
Back to top