Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 231 - 240 of 908 for c (0.05 sec)

  1. pair_confusion_matrix — scikit-learn 1.7.0 docu...

    negatives is \(C_{00}\) , false negatives is \(C_{10}\) , true...positives is \(C_{11}\) and false positives is \(C_{01}\) . Read...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.cluster.pair_confusion_matrix.html
    Mon Jun 30 13:50:30 UTC 2025
      109.6K bytes
      Cache
     
  2. Use OpenTelemetry with APM | Elastic Docs

    instrument C or C++ you could use the OpenTelemetry C++ client...
    www.elastic.co/docs/solutions/observability/apm/use-opentelemetry-with-apm
    Thu Jun 26 22:36:45 UTC 2025
      280.9K bytes
      Cache
     
  3. Comparing various online solvers — scikit-learn...

    C = 1.0 , tol = 1e-4 ), ), ( "Passive-Aggressive...110 , loss = "squared_hinge" , C = 1.0 , tol = 1e-4 ), ), ( "SAG"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html
    Thu Jun 05 00:23:05 UTC 2025
      94.9K bytes
      Cache
     
  4. Plot classification boundaries with different S...

    the C parameter is set to its default value ( C=1 ) in this...is applied with the parameter C=1 , which allows for a certain...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_kernels.html
    Mon Jun 30 13:50:29 UTC 2025
      122.8K bytes
      Cache
     
  5. 7.8. Pairwise metrics, Affinities and Kernels —...

    c ) <= d ( a , b ) + d ( b , c ), the triangle...d(a, b) such that d(a, b) < d(a, c) if objects a and b are considered...
    scikit-learn.org/stable/modules/metrics.html
    Mon Jun 30 13:50:27 UTC 2025
      55.4K bytes
      Cache
     
  6. SVM Tie Breaking Example — scikit-learn 1.7.0 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
    Mon Jun 30 13:50:30 UTC 2025
      95K bytes
      Cache
     
  7. Demonstration of k-means assumptions — scikit-l...

    c = y ) axs [ 0 , 0 ] . set_title...X_aniso [:, 0 ], X_aniso [:, 1 ], c = y ) axs [ 0 , 1 ] . set_title...
    scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_assumptions.html
    Mon Jun 30 13:50:29 UTC 2025
      115.6K bytes
      Cache
     
  8. 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
    Mon Jun 30 13:50:30 UTC 2025
      92.7K bytes
      Cache
     
  9. Feature discretization — scikit-learn 1.7.0 doc...

    { "logisticregression__C" : np . logspace ( - 1 , 1 , 3...random_state = 0 )), { "linearsvc__C" : np . logspace ( - 1 , 1 , 3...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Mon Jun 30 13:50:29 UTC 2025
      128.7K bytes
      Cache
     
  10. 1.9. Naive Bayes — scikit-learn 1.7.0 documenta...

    to class \(c\) , \(N_{c} = |\{ j \in J\mid y_j = c\}|\) is the...\sum_{j:y_j \neq c} d_{ij}} {\alpha + \sum_{j:y_j \neq c} \sum_{k} d_{kj}}\\w_{ci}...
    scikit-learn.org/stable/modules/naive_bayes.html
    Mon Jun 30 13:50:27 UTC 2025
      56.6K bytes
      Cache
     
Back to top