Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 11 - 20 of 414 for c (0.31 sec)

  1. 1.4. Support Vector Machines — scikit-learn 1.4...

    sets the parameter C of class class_label to C * value . The figure...sets the parameter C for the i-th example to C * sample_weight[i]...
    scikit-learn.org/stable/modules/svm.html
    Thu May 09 23:01:25 UTC 2024
      103.3K bytes
      Cache
     
  2. Model selection: choosing estimators and their ...

    "c" , "c" , "c" , "c" , "c" ] >>> k_fold = KFold...True ) >>> svc = svm . SVC ( C = 1 , kernel = 'linear' ) >>>...
    scikit-learn.org/stable/tutorial/statistical_inference/model_selection.html
    Thu May 09 23:01:25 UTC 2024
      49.6K bytes
      Cache
     
  3. sklearn.svm.NuSVR — scikit-learn 1.4.2 document...

    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
    Thu May 09 23:01:25 UTC 2024
      55.8K bytes
      Cache
     
  4. 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
    Thu May 09 23:01:24 UTC 2024
      55.6K 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
    Thu May 09 23:01:24 UTC 2024
      13.5K bytes
      1 views
     
  6. 1.8. Cross decomposition — scikit-learn 1.4.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
    Thu May 09 23:01:25 UTC 2024
      36.9K bytes
      Cache
     
  7. plot_classifier_comparison.py

    C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...
    scikit-learn.org/stable/_downloads/2da0534ab0e0c8241033bcc2d912e419/plot_classifier_comparison.py
    Wed May 08 07:10:46 UTC 2024
      4.9K bytes
      1 views
     
  8. 2.3. Clustering — scikit-learn 1.4.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
    Thu May 09 23:01:25 UTC 2024
      199K bytes
      Cache
     
  9. plot_classifier_comparison.rst.txt

    C=0.025, random_state=42), SVC(gamma=2, C=1, random_state=42),...ax.scatter(X_train[:, 0], X_train[:, 1], c=y_train, cmap=cm_bright, edgecolors="k")...
    scikit-learn.org/stable/_sources/auto_examples/classification/plot_classifier_comparison.rst.txt
    Wed May 08 07:10:46 UTC 2024
      7.7K bytes
     
  10. sklearn.metrics.confusion_matrix — scikit-learn...

    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
    Thu May 09 23:01:25 UTC 2024
      25.5K bytes
      Cache
     
Back to top