Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 21 - 30 of 364 for c (0.09 sec)

  1. sklearn.datasets.make_multilabel_classification...

    choose a class c: c ~ Multinomial(theta) pick the...a word: w ~ Multinomial(theta_c) In the above process, rejection...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.make_multilabel_classification.html
    Wed May 15 13:59:40 UTC 2024
      24.6K bytes
      Cache
     
  2. 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 15 13:59:42 UTC 2024
      105.3K bytes
      Cache
     
  3. 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
    Wed May 15 13:59:42 UTC 2024
      2.1M bytes
      2 views
     
  4. sklearn.metrics.confusion_matrix — scikit-learn...

    a confusion matrix \(C\) is such that \(C_{i, j}\) is equal to...negatives is \(C_{0,0}\) , false negatives is \(C_{1,0}\) , true...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html
    Wed May 15 13:59:41 UTC 2024
      25.5K bytes
      Cache
     
  5. grid_search.rst.txt

    = [ {'C': [1, 10, 100, 1000], 'kernel': ['linear']}, {'C': [1,...classes. Typical examples include ``C``, ``kernel`` and ``gamma`` for...
    scikit-learn.org/stable/_sources/modules/grid_search.rst.txt
    Wed May 15 13:59:40 UTC 2024
      33K bytes
      2 views
     
  6. 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
    Wed May 15 13:59:40 UTC 2024
      61.5K bytes
      Cache
     
  7. 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
    Wed May 15 13:59:40 UTC 2024
      92.1K bytes
      Cache
     
  8. 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
    Wed May 15 13:59:41 UTC 2024
      58.1K bytes
      Cache
     
  9. 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...
    Wed May 15 13:59:42 UTC 2024
      54.4K bytes
      Cache
     
  10. 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
    Wed May 15 13:59:41 UTC 2024
      79.5K bytes
      Cache
     
Back to top