Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 61 - 70 of 155 for c (0.04 sec)

  1. 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
    Wed Jun 05 23:00:22 UTC 2024
      91.6K bytes
      Cache
     
  2. SVM Exercise — scikit-learn 1.5.0 documentation

    c = y , zorder = 10 , cmap = plt...clf . decision_function ( np . c_ [ XX . ravel (), YY . ravel ()])...
    scikit-learn.org/stable/auto_examples/exercises/plot_iris_exercise.html
    Wed Jun 05 23:00:23 UTC 2024
      95.7K bytes
      Cache
     
  3. Pipelining: chaining a PCA and a logistic regre...

    874): {'logistic__C': 21.54434690031882, 'pca__n_components':..., 30 , 45 , 60 ], "logistic__C" : np . logspace ( - 4 , 4 , 4...
    scikit-learn.org/stable/auto_examples/compose/plot_digits_pipe.html
    Wed Jun 05 23:00:23 UTC 2024
      96.4K bytes
      Cache
     
  4. 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
    Wed Jun 05 23:00:24 UTC 2024
      90.1K bytes
      Cache
     
  5. 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
    Wed Jun 05 23:00:23 UTC 2024
      94.7K bytes
      Cache
     
  6. Installing scikit-learn — scikit-learn 1.5.0 do...

    for instance: C : \ Users \ username > C : \ Users \ username...packages in the environment python -c "import sklearn; sklearn.show_versions()"...
    scikit-learn.org/stable/install.html
    Wed Jun 05 23:00:23 UTC 2024
      55K bytes
      Cache
      Similar Results (1)
     
  7. 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
    Wed Jun 05 23:00:23 UTC 2024
      91.7K bytes
      Cache
     
  8. Get started with Universal Profiling | Elastic ...

    C/C++, Node.js/V8, Ruby, .Net, and...
    www.elastic.co/guide/en/observability/current/profiling-get-started.html
    Wed Jun 05 13:35:43 UTC 2024
      23.5K bytes
      Cache
     
  9. Multi-output Decision Tree Regression — scikit-...

    c = "navy" , s = s , edgecolor =...scatter ( y_1 [:, 0 ], y_1 [:, 1 ], c = "cornflowerblue" , s = s , edgecolor...
    scikit-learn.org/stable/auto_examples/tree/plot_tree_regression_multioutput.html
    Wed Jun 05 23:00:24 UTC 2024
      96.4K bytes
      Cache
     
  10. Support Vector Regression (SVR) using linear an...

    C = 100 , gamma = 0.1 , epsilon...svr_lin = SVR ( kernel = "linear" , C = 100 , gamma = "auto" ) svr_poly...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_regression.html
    Wed Jun 05 23:00:24 UTC 2024
      96.7K bytes
      Cache
     
Back to top