Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 305 for c (0.04 sec)

  1. Installing the development version of scikit-le...

    8 A C/C++ compiler and a matching OpenMP...instructions to install a working C/C++ compiler with OpenMP support...
    scikit-learn.org/stable/developers/advanced_installation.html
    Wed May 15 13:59:40 UTC 2024
      55.6K bytes
      Cache
     
  2. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    C float, default=1.0 Penalty parameter C of the error...sklearn.svm. NuSVR ( * , nu = 0.5 , C = 1.0 , kernel = 'rbf' , degree...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Wed May 15 13:59:41 UTC 2024
      55.8K bytes
      Cache
     
  3. 7.4. Loading other datasets — scikit-learn 1.4....

    target ) array(['c-CS-m', 'c-CS-s', 'c-SC-m', 'c-SC-s', 't-CS-m',...2015 **Please cite**: Higuera C, Gardiner KJ, Cios KJ (2015) Self-Organizing...
    scikit-learn.org/stable/datasets/loading_other_datasets.html
    Wed May 15 13:59:41 UTC 2024
      44.9K bytes
      Cache
     
  4. 1.8. Cross decomposition — scikit-learn 1.4.2 d...

    the cross-covariance matrix \(C = X_k^T Y_k\) . \(u_k\) and \(v_k\)...u_k\) and \(\omega_k = Y_k v_k\) c) Regress \(X_k\) on \(\xi_k\)...
    scikit-learn.org/stable/modules/cross_decomposition.html
    Wed May 15 13:59:40 UTC 2024
      36.9K bytes
      Cache
     
  5. 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
     
  6. 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
     
  7. 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
     
  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
    Wed May 15 13:59:40 UTC 2024
      61.5K bytes
      Cache
     
  9. 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
     
  10. 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
     
Back to top