Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 786 for c (0.05 sec)

  1. 7.4. Loading other datasets — scikit-learn 1.6....

    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
    Thu Feb 20 15:57:35 UTC 2025
      60.6K bytes
      Cache
     
  2. 1.8. Cross decomposition — scikit-learn 1.6.1 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
    Thu Feb 20 15:57:35 UTC 2025
      55.3K bytes
      Cache
     
  3. SVC — scikit-learn 1.6.1 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
    Thu Feb 20 15:57:35 UTC 2025
      182K bytes
      Cache
     
  4. make_multilabel_classification — scikit-learn 1...

    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
    Thu Feb 20 15:57:35 UTC 2025
      115.1K bytes
      Cache
     
  5. 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
    Tue Feb 18 23:43:24 UTC 2025
      92.7K bytes
      3 views
     
  6. 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
    Tue Feb 18 23:43:25 UTC 2025
      33.3K bytes
      2 views
     
  7. 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...
    Thu Feb 20 15:57:35 UTC 2025
      142K bytes
      Cache
     
  8. Universal Profiling - continuous profiling that...

    C/C++, Node.js/V8, Ruby, Perl and...
    www.elastic.co/observability/universal-profiling
    Fri Feb 21 00:07:12 UTC 2025
      532K bytes
      Cache
     
  9. confusion_matrix — scikit-learn 1.6.1 documenta...

    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
    Thu Feb 20 15:57:35 UTC 2025
      118.2K bytes
      Cache
     
  10. 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
    Wed Feb 19 13:18:04 UTC 2025
      40K bytes
      6 views
     
Back to top