Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

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

  1. 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
    Fri Feb 21 14:54:35 UTC 2025
      94.9K bytes
      Cache
     
  2. 3.1. Cross-validation: evaluating estimator per...

    "c" , "c" , "c" , "d" , "d" , "d" ] >>>..."a" , "b" , "b" , "b" , "c" , "c" , "c" , "a" ] >>> groups = [...
    scikit-learn.org/stable/modules/cross_validation.html
    Fri Feb 21 14:54:34 UTC 2025
      158.6K bytes
      1 views
      Cache
     
  3. Post-tuning the decision threshold for cost-sen...

    Here we tune the hyperparameter C of the logistic regression with...param_grid = { "logisticregression__C" : np . logspace ( - 6 , 6 , 13...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cost_sensitive_learning.html
    Fri Feb 21 14:54:35 UTC 2025
      242.8K bytes
      Cache
     
  4. SVM: Weighted samples — scikit-learn 1.6.1 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
    Fri Feb 21 14:54:33 UTC 2025
      93.5K bytes
      Cache
     
  5. Gaussian Mixture Model Ellipsoids — scikit-lear...

    "c" , "cornflowerblue" , "gold" ,...components np . random . seed ( 0 ) C = np . array ([[ 0.0 , - 0.1 ],...
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm.html
    Fri Feb 21 14:54:35 UTC 2025
      100K bytes
      Cache
     
  6. 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
    Fri Feb 21 14:54:33 UTC 2025
      122.8K bytes
      Cache
     
  7. 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
    Fri Feb 21 14:54:35 UTC 2025
      97.5K bytes
      Cache
     
  8. SVM: Maximum margin separating hyperplane — sci...

    C = 1000 ) clf . fit ( X , y ) plt...scatter ( X [:, 0 ], X [:, 1 ], c = y , s = 30 , cmap = plt . cm...
    scikit-learn.org/stable/auto_examples/svm/plot_separating_hyperplane.html
    Fri Feb 21 14:54:35 UTC 2025
      87.8K bytes
      Cache
     
  9. LastaFluteでMaster/SlaveDB | LastaFlute

    しましょう) Cのslave基軸で自動切り替えを使ったアプリ実装 master/slaveの実装戦略が C. slave基軸で更新時master自動切り替え...ゃえば一番世話ないですが) Cのslave基軸の自動切り替えのすれ違い? 実装戦略が "C" のslave基軸の更新時m...
    dbflute.seasar.org/ja/lastaflute/howto/structure/masterslave.html
    Tue Nov 12 15:10:59 UTC 2024
      52.6K bytes
      Cache
     
  10. Developer’s Guide — scikit-learn 1.6.1 document...

    Cython or C/C++? Profiling Python code Memory...
    scikit-learn.org/stable/developers/index.html
    Fri Feb 21 14:54:34 UTC 2025
      38.2K bytes
      Cache
     
Back to top