Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 711 - 720 of 5,053 for c (0.13 seconds)

Filter
  1. Species distribution modeling — scikit-learn 1....

    resolution = "c" , ) m . drawcoastlines () m ....pts_train [ "dd lat" ], s = 2 ** 2 , c = "black" , marker = "^" , label...
    scikit-learn.org/stable/auto_examples/applications/plot_species_distribution_modeling.html
    Mon Mar 23 20:39:20 UTC 2026
      19.4K bytes
      Cache
     
  2. GaussianNB — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:20 UTC 2026
      18.4K bytes
      Cache
     
  3. LinearSVR — scikit-learn 1.8.0 documentation

    C = 1.0 , loss = 'epsilon_insensitive'...Tolerance for stopping criteria. C float, default=1.0 Regularization...
    scikit-learn.org/stable/modules/generated/sklearn.svm.LinearSVR.html
    Mon Mar 23 20:39:20 UTC 2026
      18.2K bytes
      Cache
     
  4. NuSVC — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:20 UTC 2026
      19.5K bytes
      Cache
     
  5. Gaussian Processes regression: basic introducto...

    label = r "95 % c onfidence interval" , ) plt ....alpha = 0.5 , label = r "95 % c onfidence interval" , ) plt ....
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_noisy_targets.html
    Mon Mar 23 20:39:21 UTC 2026
      17.5K bytes
      Cache
     
  6. GaussianProcessClassifier — scikit-learn 1.8.0 ...

    Returns : C ndarray of shape (n_samples,)...for classification. Returns : C array-like of shape (n_samples,...
    scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.GaussianProcessClassifier.html
    Mon Mar 23 20:39:20 UTC 2026
      19.8K bytes
      Cache
     
  7. Comparing Nearest Neighbors with and without Ne...

    c = y , cmap = cmap_bold , edgecolor...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Mon Mar 23 20:39:20 UTC 2026
      15.9K bytes
      Cache
     
  8. IsolationForest example — scikit-learn 1.8.0 do...

    c = y , s = 20 , edgecolor = "k"...scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 20 , edgecolor = "k"...
    scikit-learn.org/stable/auto_examples/ensemble/plot_isolation_forest.html
    Mon Mar 23 20:39:21 UTC 2026
      24.2K bytes
      Cache
     
  9. Dimensionality Reduction with Neighborhood Comp...

    c = y , s = 30 , cmap = "Set1" )...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Mon Mar 23 20:39:20 UTC 2026
      16.4K bytes
      Cache
     
  10. BernoulliNB — scikit-learn 1.8.0 documentation

    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 Mar 23 20:39:23 UTC 2026
      18K bytes
      Cache
     
Back to Top