Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 339 for c (0.04 sec)

  1. clustering.rst.txt

    \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T with :math:`C_q` the set...math:: C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...
    scikit-learn.org/stable/_sources/modules/clustering.rst.txt
    Sat May 11 22:20:00 UTC 2024
      91.9K bytes
     
  2. sklearn.svm.SVR — scikit-learn 1.4.2 documentation

    C = 1.0 , epsilon = 0.1 , shrinking...free parameters in the model are C and epsilon. The implementation...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVR.html
    Sat May 11 22:20:02 UTC 2024
      58.1K bytes
      Cache
     
  3. sklearn.linear_model.LogisticRegressionCV — sci...

    the best C is the average of the C’s that correspond...folds, and the coefs and the C that corresponds to the best score...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LogisticRegressionCV.html
    Sat May 11 22:20:02 UTC 2024
      79.5K bytes
      Cache
     
  4. 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 11 22:20:02 UTC 2024
      61.5K bytes
      Cache
     
  5. 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
    Sat May 11 22:20:02 UTC 2024
      30.2K bytes
      Cache
     
  6. 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
    Sat May 11 22:20:00 UTC 2024
      54.8K bytes
      Cache
     
  7. 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
    Sat May 11 22:20:02 UTC 2024
      17.4K bytes
     
  8. sklearn.calibration.CalibratedClassifierCV — sc...

    Zadrozny & C. Elkan, ICML 2001 [ 2 ] Transforming...Probability Estimates, B. Zadrozny & C. Elkan, (KDD 2002) [ 3 ] Probabilistic...
    scikit-learn.org/stable/modules/generated/sklearn.calibration.CalibratedClassifierCV.html
    Sat May 11 22:20:00 UTC 2024
      64.8K bytes
      Cache
     
  9. 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 11 22:20:00 UTC 2024
      58.1K bytes
      Cache
     
  10. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    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.MultinomialNB.html
    Sat May 11 22:20:00 UTC 2024
      66.4K bytes
      Cache
     
Back to top