Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 908 for c (0.26 sec)

  1. SVC — scikit-learn 1.7.0 documentation

    the parameter C of class i to class_weight[i]*C for SVC. If not...class sklearn.svm. SVC ( * , C = 1.0 , kernel = 'rbf' , degree...
    scikit-learn.org/stable/modules/generated/sklearn.svm.SVC.html
    Sun Jun 29 19:04:29 UTC 2025
      176.8K bytes
      Cache
     
  2. Hybrid search revisited: introducing the linear...

    documents as: d o c 2 > d o c 1 > d o c 3 > d o c 4 doc2 > doc1 >...n o r m a l i z e d s c o r e = ( s c o r e − m i n ) / ( m a...
    www.elastic.co/search-labs/blog/linear-retriever-hybrid-search
    Thu Jun 05 00:46:58 UTC 2025
      132.4K bytes
      Cache
     
  3. 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
    Sun Jun 29 19:04:31 UTC 2025
      5.7K bytes
     
  4. 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
    Sun Jun 29 19:04:30 UTC 2025
      41.1K bytes
      6 views
     
  5. auto_examples_python.zip

    "P(C)", "P(w0|C)", "P(w1|C)", sep="\t") for k,...[] for c in cs: clf.set_params(logisticregression__C=c) clf.fit(X,...
    scikit-learn.org/stable/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip
    Sun Jun 29 19:04:30 UTC 2025
      1.7M bytes
      7 views
     
  6. 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...
    Sun Jun 29 19:04:30 UTC 2025
      141.6K bytes
      Cache
     
  7. 1.8. Cross decomposition — scikit-learn 1.7.0 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
    Sun Jun 29 19:04:29 UTC 2025
      55.5K bytes
      Cache
     
  8. 2.3. Clustering — scikit-learn 1.7.0 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
    Sun Jun 29 19:04:29 UTC 2025
      237K bytes
      Cache
     
  9. install.rst.txt

    for instance:: C:\Users\username>C:\Users\username\AppD...packages in the environment python -c "import sklearn; sklearn.show_versions()"...
    scikit-learn.org/stable/_sources/install.rst.txt
    Sun Jun 29 19:04:31 UTC 2025
      13K bytes
      1 views
     
  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
    Fri Jun 27 15:51:03 UTC 2025
      33.4K bytes
      2 views
     
Back to top