Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 582 for c (0.08 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
    Sat May 04 16:42:14 UTC 2024
      62K bytes
      Cache
     
  2. Universal Profiling - continuous profiling that...

    C/C++, Node.js/V8, Ruby, Perl and...
    www.elastic.co/observability/universal-profiling
    Sun May 05 00:04:53 UTC 2024
      555.6K 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
    Sat May 04 16:42:15 UTC 2024
      92.1K bytes
      Cache
     
  4. 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...
    Sat May 04 16:42:14 UTC 2024
      54.4K bytes
      Cache
     
  5. 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 04 16:42:14 UTC 2024
      79.5K bytes
      Cache
     
  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
    Thu May 02 15:42:32 UTC 2024
      39.9K bytes
      6 views
     
  7. 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
    Sat May 04 16:42:15 UTC 2024
      1.6M bytes
      4 views
     
  8. auto_examples_jupyter.zip

    0\")\n c = Tk.Frame(valbox)\n Tk.Label(c, text=\"C:\", anchor=\"e\",...for i, c in enumerate(centers):\n ax2.scatter(c[0], c[1], marker=\"$%d$\"...
    scikit-learn.org/stable/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip
    Sat May 04 16:42:15 UTC 2024
      2.1M bytes
      2 views
     
  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 04 16:42:15 UTC 2024
      58.1K bytes
      Cache
     
  10. 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 04 16:42:14 UTC 2024
      74.4K bytes
      Cache
     
Back to top