Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 410 for c (0.09 sec)

  1. 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
    Sun May 19 20:00:39 UTC 2024
      61.5K bytes
      Cache
     
  2. 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
    Sun May 19 20:00:39 UTC 2024
      54.8K bytes
      Cache
     
  3. sklearn.svm.SVC — scikit-learn 1.4.2 documentation

    the parameter C of class i to class_weight[i]*C for SVC. If not...class sklearn.svm. SVC ( * , C = 1.0 , kernel = 'rbf' , degree...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Sun May 19 20:00:39 UTC 2024
      92.1K bytes
      Cache
     
  4. sklearn.cluster.MiniBatchKMeans — scikit-learn ...

    the data will be converted to C ordering, which will cause a memory...copy if the given data is not C-contiguous. If a sparse matrix...
    scikit-learn.org/stable/modules/generated/sklearn.cluster.MiniBatchKMeans.html
    Sun May 19 20:00:39 UTC 2024
      91.4K bytes
      Cache
     
  5. 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
    Sun May 19 20:00:38 UTC 2024
      1.6M bytes
      4 views
     
  6. 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
    Sun May 19 20:00:39 UTC 2024
      39.9K bytes
      6 views
     
  7. 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...
    Sun May 19 20:00:39 UTC 2024
      54.4K bytes
      Cache
     
  8. 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
    Sun May 19 20:00:39 UTC 2024
      42.9K bytes
      Cache
     
  9. 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
    Sun May 19 20:00:39 UTC 2024
      67.8K 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
    Sun May 19 20:00:38 UTC 2024
      17.4K bytes
     
Back to top