Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 41 - 50 of 216 for c (0.04 sec)

  1. Cython Best Practices, Conventions and Knowledg...

    NumPy recent C API . In doubt, read the generated C or C++ code if...link - args =/ openmp To debug C code (e.g. a segfault), do use...
    scikit-learn.org/dev/developers/cython.html
    Tue May 28 11:51:31 UTC 2024
      39.9K bytes
      Cache
     
  2. 6.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
    Tue May 28 11:51:33 UTC 2024
      60.1K bytes
      Cache
     
  3. Plot multinomial and One-vs-Rest Logistic Regre...

    x0 * coef [ c , 0 ]) - intercept [ c ]) / coef [ c , 1 ] plt ....for colormapping provided via 'c'. Parameters 'cmap' will be ignored...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html
    Tue May 28 11:51:33 UTC 2024
      97.3K bytes
      Cache
     
  4. Plot multi-class SGD on the iris dataset — scik...

    x0 * coef [ c , 0 ]) - intercept [ c ]) / coef [ c , 1 ] plt ....for colormapping provided via 'c'. Parameters 'cmap' will be ignored...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_iris.html
    Tue May 28 11:51:32 UTC 2024
      95.3K bytes
      Cache
     
  5. 1.9. Naive Bayes — scikit-learn 1.5.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
    Tue May 28 11:51:33 UTC 2024
      62.8K bytes
      Cache
     
  6. How to optimize for speed — scikit-learn 1.6.de...

    Cython or C/C++? # In general, the scikit-learn...a well maintained BSD or MIT C/C++ implementation of the same...
    scikit-learn.org/dev/developers/performance.html
    Tue May 28 11:51:31 UTC 2024
      75.8K bytes
      Cache
     
  7. Regularization path of L1- Logistic Regression ...

    coefs_ = [] for c in cs : clf . set_params ( C = c ) clf . fit (...sklearn.svm import l1_min_c cs = l1_min_c ( X , y , loss = "log"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_path.html
    Tue May 28 11:51:33 UTC 2024
      91.6K bytes
      Cache
     
  8. Ordinary Least Squares and Ridge Regression Var...

    c_ [ 0.5 , 1 ] . T y_train = [ 0.5...0.5 , 1 ] X_test = np . c_ [ 0 , 2 ] . T np . random . seed (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ols_ridge_variance.html
    Tue May 28 11:51:34 UTC 2024
      90.1K bytes
      Cache
     
  9. Plot the support vectors in LinearSVC — scikit-...

    SVM loss clf = LinearSVC ( C = C , loss = "hinge" , random_state..."k" , ) plt . title ( "C=" + str ( C )) plt . tight_layout ()...
    scikit-learn.org/stable/auto_examples/svm/plot_linearsvc_support_vectors.html
    Tue May 28 11:51:34 UTC 2024
      91.7K bytes
      Cache
     
  10. SVM Tie Breaking Example — scikit-learn 1.5.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
    Tue May 28 11:51:33 UTC 2024
      94.7K bytes
      Cache
     
Back to top