Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 121 - 130 of 464 for c (0.05 sec)

  1. 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
    Fri May 31 14:06:04 UTC 2024
      120.6K bytes
      Cache
     
  2. 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
    Fri May 31 14:06:06 UTC 2024
      12.6K bytes
      1 views
     
  3. One-Class SVM versus One-Class SVM using Stocha...

    c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....[:, 1 ], c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Fri May 31 14:06:06 UTC 2024
      121.1K bytes
      1 views
      Cache
     
  4. sklearn.svm — scikit-learn 1.5.0 documentation

    l1_min_c Return the lowest bound for C....Unsupervised Outlier Detection. SVC C-Support Vector Classification....
    scikit-learn.org/stable/api/sklearn.svm.html
    Fri May 31 14:06:06 UTC 2024
      122.3K bytes
      Cache
     
  5. Classifier comparison — scikit-learn 1.5.0 docu...

    C = 0.025 , random_state = 42 ), SVC ( gamma = 2 , C = 1...X_train [:, 0 ], X_train [:, 1 ], c = y_train , cmap = cm_bright ,...
    scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html
    Fri May 31 14:06:06 UTC 2024
      113.4K bytes
      Cache
     
  6. 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
    Fri May 31 14:06:06 UTC 2024
      92.6K bytes
     
  7. Multi-output Decision Tree Regression — scikit-...

    c = "navy" , s = s , edgecolor =...scatter ( y_1 [:, 0 ], y_1 [:, 1 ], c = "cornflowerblue" , s = s , edgecolor...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Fri May 31 14:06:06 UTC 2024
      96.4K bytes
      Cache
     
  8. Support Vector Regression (SVR) using linear an...

    C = 100 , gamma = 0.1 , epsilon...svr_lin = SVR ( kernel = "linear" , C = 100 , gamma = "auto" ) svr_poly...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Fri May 31 14:06:06 UTC 2024
      96.7K bytes
      Cache
     
  9. Novelty detection with Local Outlier Factor (LO...

    c = "blueviolet" , s = s , edgecolors = "k" ) c = plt ....clf . decision_function ( np . c_ [ xx . ravel (), yy . ravel ()])...
    scikit-learn.org/stable/auto_examples/neighbors/plot_lof_novelty_detection.html
    Fri May 31 14:06:06 UTC 2024
      101.7K bytes
      Cache
     
  10. confusion_matrix — scikit-learn 1.5.0 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
    Fri May 31 14:06:07 UTC 2024
      123.1K bytes
      Cache
     
Back to top