Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 51 - 60 of 662 for c (0.1 sec)

  1. SplineTransformer — scikit-learn 1.7.2 document...

    order {‘C’, ‘F’}, default=’C’ Order of output array...include_bias = True , order = 'C' , sparse_output = False ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.SplineTransformer.html
    Sat Oct 11 07:51:26 UTC 2025
      143.4K bytes
      Cache
     
  2. SVR — scikit-learn 1.7.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
    Fri Oct 10 15:14:33 UTC 2025
      145.1K bytes
      Cache
     
  3. 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
    Sat Oct 11 07:51:25 UTC 2025
      92.8K bytes
      3 views
     
  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
    Sat Oct 11 07:51:26 UTC 2025
      114.6K bytes
      Cache
     
  5. plot_release_highlights_1_7_0.py

    or with conda:: conda install -c conda-forge scikit-learn """ #...d=False), LogisticRegression(C=2.0)) model # %% # Custom validation...
    scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py
    Sat Oct 11 07:51:24 UTC 2025
      4.7K bytes
     
  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
    Sat Oct 11 07:51:26 UTC 2025
      33.4K bytes
      2 views
     
  7. 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
    Sat Oct 11 07:51:27 UTC 2025
      130.8K bytes
      Cache
     
  8. Use OpenTelemetry with Elastic APM | Elastic Docs

    instrument C or C++ you can use the OpenTelemetry C++ client ....
    www.elastic.co/docs/solutions/observability/apm/use-opentelemetry-with-apm
    Mon Sep 22 22:35:46 UTC 2025
      310.3K bytes
      Cache
     
  9. 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...
    Sat Oct 11 07:51:26 UTC 2025
      141.5K bytes
      Cache
     
  10. confusion_matrix — scikit-learn 1.7.2 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
    Sat Oct 11 07:51:25 UTC 2025
      117.7K bytes
      Cache
     
Back to top