Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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 May 11 22:20:00 UTC 2024
      91.9K bytes
     
  2. 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 May 11 22:20:02 UTC 2024
      33K bytes
      2 views
     
  3. 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
    Sat May 11 22:20:02 UTC 2024
      64.8K bytes
      Cache
     
  4. 6.7. Kernel Approximation — scikit-learn 1.4.2 ...

    \prod_i \frac{2\sqrt{x_i+c}\sqrt{y_i+c}}{x_i + y_i + 2c}\] It has...free parameter, that is called \(c\) . For a motivation for this...
    scikit-learn.org/stable/modules/kernel_approximation.html
    Sat May 11 22:20:02 UTC 2024
      42.9K bytes
      Cache
     
  5. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...><span>conda create -n sklearn-env -c conda-forge scikit-learn</span>...
    scikit-learn.org/stable/_sources/install.rst.txt
    Sat May 11 22:20:00 UTC 2024
      13.5K bytes
      1 views
     
  6. sklearn.neighbors.NearestCentroid — scikit-lear...

    The predicted class C for each sample in X is returned....n_features) Test samples. Returns : C ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.neighbors.NearestCentroid.html
    Sat May 11 22:20:02 UTC 2024
      43.1K bytes
      Cache
     
  7. 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
    Sat May 11 22:20:02 UTC 2024
      55.6K bytes
      Cache
     
  8. 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 May 08 07:10:46 UTC 2024
      39.9K bytes
      6 views
     
  9. Supervised learning: predicting an output varia...

    c_ [ .5 , 1 ] . T >>> y = [ .5 , 1 ] >>> test = np . c_ [...is set by the C parameter: a small value for C means the margin...
    scikit-learn.org/stable/tutorial/statistical_inference/supervised_learning.html
    Sat May 11 22:20:02 UTC 2024
      62K bytes
      Cache
     
  10. sklearn.linear_model.HuberRegressor — scikit-le...

    the samples where |(y - Xw - c) / sigma| < epsilon and the absolute...the samples where |(y - Xw - c) / sigma| > epsilon , where the...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.HuberRegressor.html
    Sat May 11 22:20:02 UTC 2024
      58.1K bytes
      Cache
     
Back to top