- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 231 - 240 of 763 for c (0.06 sec)
-
Classifier comparison — scikit-learn 1.6.1 docu...
C = 0.025 , random_state = 42 ), SVC ( gamma = 2 , C = 1...X_train [:, 0 ], X_train [:, 1 ], c = y_train , cmap = cm_bright ,...scikit-learn.org/stable/auto_examples/classification/plot_classifier_comparison.html -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
Developer’s Guide — scikit-learn 1.6.1 document...
Cython or C/C++? Profiling Python code Memory...scikit-learn.org/stable/developers/index.html