Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 569 for c (0.05 sec)

  1. brier_score_loss — scikit-learn 1.7.2 documenta...

    \[\frac{1}{N}\sum_{i=1}^{N}\sum_{c=1}^{C}(y_{ic} - \hat{p}_{ic})^{2}\]...\(N\) observations labeled from \(C\) possible classes, the Brier...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.brier_score_loss.html
    Sat Nov 01 09:15:33 UTC 2025
      120K bytes
      Cache
     
  2. plot_classifier_comparison.ipynb

    C=0.025, random_state=42),\n SVC(gamma=2, C=1, random_state=42),\n...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors=\"k\")\n...
    scikit-learn.org/stable/_downloads/3438aba177365cb595921cf18806dfa7/plot_classifier_comparison.ipynb
    Sat Nov 01 09:15:32 UTC 2025
      5.7K bytes
     
  3. NuSVR — scikit-learn 1.7.2 documentation

    C float, default=1.0 Penalty parameter C of the error...sklearn.svm. NuSVR ( * , nu = 0.5 , C = 1.0 , kernel = 'rbf' , degree...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVR.html
    Sat Nov 01 09:15:33 UTC 2025
      142.4K bytes
      Cache
     
  4. 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
    Sat Nov 01 09:15:34 UTC 2025
      145.1K bytes
      Cache
     
  5. 2.3. Clustering — scikit-learn 1.7.2 documentation

    \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/stable/modules/clustering.html
    Sat Nov 01 09:15:33 UTC 2025
      237K bytes
      Cache
     
  6. 1.8. Cross decomposition — scikit-learn 1.7.2 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
    Sat Nov 01 09:15:33 UTC 2025
      55.5K bytes
      Cache
     
  7. 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
    Thu Oct 30 14:56:38 UTC 2025
      92.8K bytes
      3 views
     
  8. Installing the development version of scikit-le...

    instructions to install a working C/C++ compiler with OpenMP support...which provides OpenMP-enabled C/C++ compilers based on the llvm...
    scikit-learn.org/stable/developers/advanced_installation.html
    Sat Nov 01 09:15:32 UTC 2025
      48.1K bytes
      1 views
      Cache
     
  9. bootstrap.js

    F="y"===C?n:r,H="y"===C?s:o,W="y"===C?"height":"width",z=x[C],R=...;x[C]=ht,M[C]=ht-z}if(u){var dt,ut="x"===C?n:r,ft="x"===C?s:...
    scikit-learn.org/stable/_static/scripts/bootstrap.js
    Sat Nov 01 09:15:33 UTC 2025
      79.8K bytes
     
  10. 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 Nov 01 09:15:32 UTC 2025
      33.4K bytes
      2 views
     
Back to top