Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. Supervised learning: predicting an output varia...

    c_ [ .5 , 1 ] . T >>> y = [ .5 , 1 ] >>> test = np . c_ [...is set by the C parameter: a small value for C means the margin...
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Fri May 17 16:55:52 UTC 2024
      62K bytes
      Cache
     
  2. 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
    Sat May 18 15:26:00 UTC 2024
      42.9K bytes
      Cache
     
  3. sklearn.linear_model.HuberRegressor — scikit-le...

    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
    Sat May 18 15:26:00 UTC 2024
      58.1K bytes
      Cache
     
  4. sklearn.svm.LinearSVC — scikit-learn 1.4.2 docu...

    the parameter C of class i to class_weight[i]*C for SVC. If not...dual = 'warn' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Sat May 18 15:26:01 UTC 2024
      74.4K bytes
      Cache
     
  5. sklearn.utils.check_array — scikit-learn 1.4.2 ...

    C’} or None, default=None Whether...will be forced to be fortran or c-style. When order is None (default),...
    scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html
    Sat May 18 15:26:00 UTC 2024
      22.3K bytes
      Cache
     
  6. sklearn.neighbors.NearestCentroid — scikit-lear...

    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
    Sat May 18 15:26:01 UTC 2024
      43.1K bytes
      Cache
     
  7. 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
    Sat May 18 15:26:00 UTC 2024
      67.8K bytes
      Cache
     
  8. 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
    Sat May 18 15:26:01 UTC 2024
      61.5K bytes
      Cache
     
  9. sklearn.utils.Bunch — scikit-learn 1.4.2 docume...

    c = 6 >>> b [ 'c' ] 6 Methods clear ()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Fri May 17 16:55:52 UTC 2024
      30.2K bytes
      Cache
     
  10. sklearn.decomposition.IncrementalPCA — scikit-l...

    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
    Sat May 18 15:26:01 UTC 2024
      66.2K bytes
      Cache
     
Back to top