Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 269 for c (0.05 sec)

  1. 3.2. Tuning the hyper-parameters of an estimato...

    Typical examples include C , kernel and gamma for Support...param_grid : param_grid = [ { 'C' : [ 1 , 10 , 100 , 1000 ], 'kernel'...
    scikit-learn.org/stable/modules/grid_search.html
    Wed May 22 15:20:10 UTC 2024
      128.6K bytes
      Cache
     
  2. LinearSVC — scikit-learn 1.5.0 documentation

    the parameter C of class i to class_weight[i]*C for SVC. If not...dual = 'auto' , tol = 0.0001 , C = 1.0 , multi_class = 'ovr' ,...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVC.html
    Tue May 21 18:58:19 UTC 2024
      167.3K bytes
      Cache
     
  3. MultinomialNB — 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.MultinomialNB.html
    Wed May 22 15:20:05 UTC 2024
      157.9K bytes
      Cache
     
  4. QuadraticDiscriminantAnalysis — scikit-learn 1....

    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...
    Wed May 22 15:20:05 UTC 2024
      147K bytes
      Cache
     
  5. CalibratedClassifierCV — scikit-learn 1.5.0 doc...

    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
    Wed May 22 15:20:08 UTC 2024
      157.6K bytes
      Cache
     
  6. 3.1. Cross-validation: evaluating estimator per...

    "c" , "c" , "c" , "d" , "d" , "d" ] >>>..."a" , "b" , "b" , "b" , "c" , "c" , "c" , "a" ] >>> groups = [...
    scikit-learn.org/stable/modules/cross_validation.html
    Wed May 22 15:20:05 UTC 2024
      165K bytes
      Cache
     
  7. Universal Profiling - continuous profiling that...

    C/C++, Node.js/V8, Ruby, Perl and...
    www.elastic.co/observability/universal-profiling
    Thu May 23 00:05:21 UTC 2024
      484K bytes
      Cache
     
  8. HuberRegressor — scikit-learn 1.5.0 documentation

    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
    Wed May 22 15:20:08 UTC 2024
      151.5K bytes
      Cache
     
  9. Bunch — scikit-learn 1.5.0 documentation

    c = 6 >>> b [ 'c' ] 6 clear ( ) → None....
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Wed May 22 15:20:08 UTC 2024
      123.3K bytes
      Cache
     
  10. NearestCentroid — scikit-learn 1.5.0 documentation

    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
    Wed May 22 15:20:10 UTC 2024
      135.7K bytes
      Cache
     
Back to top