Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 415 for c (0.1 sec)

  1. sklearn.utils.Bunch — scikit-learn 1.4.2 docume...

    c = 6 >>> b [ 'c' ] 6 Methods clear ()...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Bunch.html
    Wed May 08 07:10:45 UTC 2024
      30.2K bytes
      Cache
     
  2. 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 08 07:10:45 UTC 2024
      137.1K bytes
      Cache
     
  3. related_projects.rst.txt

    trained scikit-learn models to C, Java, Javascript and others....estimators into a native code of C, Java, Go, R, PHP, Dart, Haskell,...
    scikit-learn.org/stable/_sources/related_projects.rst.txt
    Wed May 08 07:10:46 UTC 2024
      17.4K bytes
     
  4. sklearn.naive_bayes.ComplementNB — scikit-learn...

    Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.ComplementNB.html
    Wed May 08 07:10:45 UTC 2024
      67.8K bytes
      Cache
     
  5. sklearn.calibration.CalibratedClassifierCV — sc...

    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 08 07:10:46 UTC 2024
      64.8K bytes
      Cache
     
  6. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    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 08 07:10:46 UTC 2024
      66.4K bytes
      Cache
     
  7. 2.4. Biclustering — scikit-learn 1.4.2 document...

    as follows: \[A_n = R^{-1/2} A C^{-1/2}\] Where \(R\) is the diagonal...to \(\sum_{j} A_{ij}\) and \(C\) is the diagonal matrix with...
    scikit-learn.org/stable/modules/biclustering.html
    Wed May 08 07:10:45 UTC 2024
      32.7K bytes
      Cache
     
  8. 3.3. Metrics and scoring: quantifying the quali...

    uniformly: \[\frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c (\text{AUC}(j...prevalence: \[\frac{1}{c(c-1)}\sum_{j=1}^{c}\sum_{k > j}^c p(j \cup k)(...
    scikit-learn.org/stable/modules/model_evaluation.html
    Wed May 08 07:10:45 UTC 2024
      351.3K bytes
      Cache
     
  9. sklearn.discriminant_analysis.LinearDiscriminan...

    corresponds to sum_k prior_k * C_k where C_k is the covariance matrix...the samples in class k . The C_k are estimated using the (potentially...
    scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.LinearDiscriminantAnalysi...
    Wed May 08 07:10:45 UTC 2024
      68.5K bytes
      Cache
     
  10. sklearn.model_selection.permutation_test_score ...

    calculated as: (C + 1) / (n_permutations + 1) Where C is the number...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.permutation_test_score.html
    Wed May 08 07:10:45 UTC 2024
      29K bytes
      Cache
     
Back to top