Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 101 - 110 of 413 for c (0.11 sec)

  1. Plot randomly generated multilabel dataset — sc...

    (random_state=353): Class P(C) P(w0|C) P(w1|C) red 0.29 0.88 0.12 blue...print ( "Class" , "P(C)" , "P(w0|C)" , "P(w1|C)" , sep = " \t " )...
    scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html
    Thu May 09 23:01:25 UTC 2024
      33.9K bytes
      Cache
     
  2. Elastic Salesforce connector reference | Enterp...

    Version FROM Connector__c", "language": "SOQL" }, { "query":...FIELDS RETURNING Connectors__c(Id, Connector_Name, Connector_Version)",...
    www.elastic.co/guide/en/enterprise-search/current/connectors-salesforce.html
    Thu May 09 14:03:31 UTC 2024
      77.7K bytes
      Cache
     
  3. SVM: Weighted samples — scikit-learn 1.4.2 docu...

    sample weighting rescales the C parameter, which means that the...classifier . decision_function ( np . c_ [ xx . ravel (), yy . ravel ()])...
    scikit-learn.org/stable/auto_examples/svm/plot_weighted_samples.html
    Thu May 09 23:01:24 UTC 2024
      30.3K bytes
      Cache
     
  4. Two-class AdaBoost — scikit-learn 1.4.2 documen...

    c = c , cmap = plt . cm . Paired ,...for colormapping provided via 'c'. Parameters 'cmap' will be ignored...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_twoclass.html
    Thu May 09 23:01:25 UTC 2024
      40K bytes
      Cache
     
  5. 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
    Thu May 09 23:01:25 UTC 2024
      59.5K bytes
      Cache
     
  6. Selecting the number of clusters with silhouett...

    c in enumerate ( centers ): ax2 . scatter ( c [ 0 ], c [ 1...= 30 , lw = 0 , alpha = 0.7 , c = colors , edgecolor = "k" ) #...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_silhouette_analysis.html
    Thu May 09 23:01:25 UTC 2024
      41.6K bytes
      Cache
     
  7. 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
     
  8. sklearn.naive_bayes.MultinomialNB — scikit-lear...

    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.MultinomialNB.html
    Thu May 09 23:01:25 UTC 2024
      66.4K bytes
      Cache
     
  9. SVM Tie Breaking Example — scikit-learn 1.4.2 d...

    C = 1 , break_ties = break_ties...) pred = svm . predict ( np . c_ [ xx . ravel (), yy . ravel ()])...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_tie_breaking.html
    Thu May 09 23:01:25 UTC 2024
      32.1K bytes
      Cache
     
  10. Plot different SVM classifiers in the iris data...

    C = C ), svm . LinearSVC ( C = C , max_iter = 10000...kernel = "rbf" , gamma = 0.7 , C = C ), svm . SVC ( kernel = "poly"...
    scikit-learn.org/stable/auto_examples/svm/plot_iris_svc.html
    Thu May 09 23:01:25 UTC 2024
      30.2K bytes
      Cache
     
Back to top