- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 221 - 230 of 908 for c (0.05 sec)
-
Decision Tree Regression — scikit-learn 1.7.0 d...
c = "darkorange" , label = "data"...scatter ( y [:, 0 ], y [:, 1 ], c = "yellow" , s = s , edgecolor...scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html -
Installing scikit-learn — scikit-learn 1.7.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 -
Multiclass Receiver Operating Characteristic (R...
\(TPR=\frac{\sum_{c}TP_c}{\sum_{c}(TP_c + FN_c)}\) ; \(FPR=\frac{\sum_{c}FP_c}{\sum_{c}(FP_c...\(FPR=\frac{1}{C}\sum_{c}\frac{FP_c}{FP_c + TN_c}\) . where C is the...scikit-learn.org/stable/auto_examples/model_selection/plot_roc.html -
Plot the decision surfaces of ensembles of tree...
c_ [ xx . ravel (), yy . ravel ()])...estimators_ : Z = tree . predict ( np . c_ [ xx . ravel (), yy . ravel ()])...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_iris.html -
god spede the plow and send us all corne enow |...
www.metafilter.com/209325/god-spede-the-plow-and-send-us-all-corne-enow -
Regularization path of L1- Logistic Regression ...
for c in cs : clf . set_params ( logisticregression__C = c ) clf...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 -
Divorce Kings of the Caribbean – Story Bureau
story-bureau.com/divorce-caribbean-style/ -
Custom refit strategy of a grid search with cro...
"C" : [ 1 , 10 , 100 , 1000 ]}, {...{ "kernel" : [ "linear" ], "C" : [ 1 , 10 , 100 , 1000 ]}, ]...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_digits.html -
Plot randomly generated multilabel dataset — sc...
(random_state=521): Class P(C) P(w0|C) P(w1|C) red 0.32 0.55 0.45 blue...print ( "Class" , "P(C)" , "P(w0|C)" , "P(w1|C)" , sep = " \t " )...scikit-learn.org/stable/auto_examples/datasets/plot_random_multilabel_dataset.html -
DBFlute : Migration : 0.8.4
今回はJava版のみの話ではありますが、将来C#版も同じ挙動にする予定です。 Daoインターフェースを生成しないモード(Java版のみ)...余計なクラスが生成される分、自動生成処理、コンパイル処理が遅い C. Daoインターフェースが初期化されることで単体テストが遅い...dbflute.seasar.org/ja/oldmigration/migrate-083to084.html