Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 71 - 80 of 578 for c (0.04 sec)

  1. sklearn.svm.NuSVC — scikit-learn 1.4.2 document...

    the parameter C of class i to class_weight[i]*C for SVC. If not...(n_classes,) Multipliers of parameter C of each class. Computed based...
    scikit-learn.org/stable/modules/generated/sklearn.svm.NuSVC.html
    Mon May 13 16:58:54 UTC 2024
      69.3K bytes
      Cache
     
  2. sklearn.naive_bayes.BernoulliNB — scikit-learn ...

    References C.D. Manning, P. Raghavan and H....The input samples. Returns : C ndarray of shape (n_samples,)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.BernoulliNB.html
    Mon May 13 16:58:55 UTC 2024
      66.8K bytes
      Cache
     
  3. 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
    Mon May 13 16:58:55 UTC 2024
      43.1K bytes
      Cache
     
  4. sklearn.naive_bayes.GaussianNB — scikit-learn 1...

    Returns : C ndarray of shape (n_samples,)...The input samples. Returns : C ndarray of shape (n_samples, n_classes)...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.GaussianNB.html
    Mon May 13 16:58:55 UTC 2024
      69.3K bytes
      Cache
     
  5. plot_pca_iris.py

    c=y, cmap=plt.cm.nipy_spectral,...
    scikit-learn.org/stable/_downloads/1168f82083b3e70f31672e7c33738f8d/plot_pca_iris.py
    Sat May 11 22:20:02 UTC 2024
      1.5K bytes
      1 views
     
  6. 6.6. Random Projection — scikit-learn 1.4.2 doc...

    \[\begin{split}\left\{ \begin{array}{c c l} -\sqrt{\frac{s}{n_{\text{components}}}}...
    scikit-learn.org/stable/modules/random_projection.html
    Mon May 13 16:58:54 UTC 2024
      30.4K bytes
      Cache
     
  7. An introduction to machine learning with scikit...

    C = 100. ) The clf (for classifier)...digits . target [: - 1 ]) SVC(C=100.0, gamma=0.001) Now you can...
    scikit-learn.org/stable/tutorial/basic/tutorial.html
    Mon May 13 16:58:55 UTC 2024
      47.9K bytes
      Cache
     
  8. sklearn.decomposition.IncrementalPCA — scikit-l...

    Recognition and Machine Learning” by C. Bishop, 12.2.1 p. 574 or htt...Computations, Third Edition, G. Holub and C. Van Loan, Chapter 5, section...
    scikit-learn.org/stable/modules/generated/sklearn.decomposition.IncrementalPCA.html
    Mon May 13 16:58:55 UTC 2024
      66.2K bytes
      Cache
     
  9. 1.1. Linear Models — scikit-learn 1.4.2 documen...

    C is given by alpha = 1 / C or alpha = 1 / (n_samples...sklearn.svm.l1_min_c allows to calculate the lower bound for C in order...
    scikit-learn.org/stable/modules/linear_model.html
    Mon May 13 16:58:54 UTC 2024
      186.2K bytes
      Cache
     
  10. plot_pca_iris.rst.txt

    c=y, cmap=plt.cm.nipy_spectral,...
    scikit-learn.org/stable/_sources/auto_examples/decomposition/plot_pca_iris.rst.txt
    Sat May 11 22:20:02 UTC 2024
      3.6K bytes
     
Back to top