- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 241 - 250 of 388 for f (0.64 sec)
-
「【TPMR】タイムスタンプがついた音声会議データの書き起こし業務-(8)」の仕事依頼【ジョブハブ】
jobhub.jp/jobs/40109 -
Sample pipeline for text feature extraction and...
) print ( f "Loading 20 newsgroups dataset...data_train . target_names ) print ( f " { len ( data_train . data )...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
Image denoising using dictionary learning — sci...
axis = 0 ) print ( f " { data . shape [ 0 ] } patches...components_ dt = time () - t0 print ( f " { dico . n_iter_ } iterations...scikit-learn.org/stable/auto_examples/decomposition/plot_image_denoising.html -
Introducing the set_output API — scikit-learn 1...
transform ( X_test ) print ( f "Default output type: { type (...transform ( X_test ) print ( f "Configured pandas output type:...scikit-learn.org/stable/auto_examples/miscellaneous/plot_set_output.html -
dbflute-0.9.0.zip
Hex {{ digit | a-f | A-F } {digit | a-f | A-F }} [...] The hexadecimal...String pattern = ab([^d]*)d([^f]*)f; public void RegexpTest(String);...dbflute.seasar.org/download/dbflute/dbflute-0.9.0.zip -
dcg_score — scikit-learn 1.6.1 documentation
F., & Najork, M. (2008, March)....scikit-learn.org/stable/modules/generated/sklearn.metrics.dcg_score.html -
Comparing Random Forests and Histogram Gradient...
print ( f "The dataset consists of { n_samples...only_physical_cores = True ) print ( f "Number of physical cores: { N_CORES...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
外だしSQL(OutsideSql)とは? | DBFlute
バランス重視のDBアクセスI/F ConditionBeanのスコープ 自由度の高さを重視 バランス重視のDBアクセスI/Fの観点から、徹底して堅い..."自由度の高さ" を重視しています。 バランス重視のDBアクセスI/F DBFluteの外だしSQLは、SQLファイルと呼び出し構造が分離されています。...dbflute.seasar.org/ja/manual/function/ormapper/outsidesql/about.html -
Features in Histogram Gradient Boosting Trees —...
shuffle = False ) print ( f "Training sample size: { X_train...X_train . shape [ 0 ] } " ) print ( f "Test sample size: { X_test ....scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html -
sklearn.metrics — scikit-learn 1.6.1 documentation
balanced F-score or F-measure. fbeta_score Compute the F-beta score....t Compute precision, recall, F-measure and support for each class....scikit-learn.org/stable/api/sklearn.metrics.html