Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Fri May 31 14:06:07 UTC 2024
      128.6K bytes
      Cache
     
  2. 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
    Fri May 31 14:06:04 UTC 2024
      120.6K bytes
      Cache
     
  3. Beyond the trace: Pinpointing performance culpr...

    with is to load and call into a C++ library that is responsible...storage (TLS) Starting with C11 and C++11, both languages support thread...
    www.elastic.co/observability-labs/blog/continuous-profiling-distributed-tracing-correlation
    Sun Jun 02 01:01:22 UTC 2024
      155.1K bytes
      Cache
     
  4. MultinomialNB — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:07 UTC 2024
      157.9K bytes
      Cache
     
  5. 2.3. Clustering — scikit-learn 1.6.dev0 documen...

    \sum_{q=1}^k n_q (c_q - c_E) (c_q - c_E)^T\] with \(C_q\) the set of...\[\begin{split}C = \left[\begin{matrix} C_{00} & C_{01} \\ C_{10} & C_{11}...
    scikit-learn.org/dev/modules/clustering.html
    Fri May 31 14:06:06 UTC 2024
      244.8K bytes
      Cache
      Similar Results (1)
     
  6. Universal Profiling - continuous profiling that...

    C/C++, Node.js/V8, Ruby, Perl and...
    www.elastic.co/observability/universal-profiling
    Sun Jun 02 00:05:44 UTC 2024
      487.1K bytes
      Cache
     
  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...
    Fri May 31 14:06:06 UTC 2024
      147K bytes
      Cache
     
  8. ComplementNB — scikit-learn 1.5.0 documentation

    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
    Fri May 31 14:06:06 UTC 2024
      159.3K bytes
      Cache
     
  9. LinearDiscriminantAnalysis — scikit-learn 1.5.0...

    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...
    Fri May 31 14:06:07 UTC 2024
      160.6K bytes
      Cache
     
  10. Release Highlights for scikit-learn 1.0 — sciki...

    or with conda: conda install - c conda - forge scikit - learn Keyword...]], columns = [ "a" , "b" , "c" ]) scalar = StandardScaler ()...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_0_0.html
    Fri May 31 14:06:06 UTC 2024
      113.4K bytes
      Cache
     
Back to top