- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 331 - 340 of 1,994 for = (0.1 sec)
-
RDBなしのとき...DBFluteは? | LastaFlute
type = VARCHAR ; required = true ; size = 123 } ; DUMMY_DATE = map:{...driver = org.h2.Driver ; url = jdbc:h2:mem:dummydb ; schema = ; user...dbflute.seasar.org/ja/lastaflute/howto/dbflute/nonrdb.html -
fetch_kddcup99 — scikit-learn 1.6.1 documentation
return_X_y = False , as_frame = False , n_retries = 3 , delay = 1.0...* , subset = None , data_home = None , shuffle = False , random_state...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_kddcup99.html -
Isotonic Regression — scikit-learn 1.6.1 docume...
check_random_state n = 100 x = np . arange ( n ) rs = check_random_state...models: ir = IsotonicRegression ( out_of_bounds = "clip" ) y_ = ir ....scikit-learn.org/stable/auto_examples/miscellaneous/plot_isotonic_regression.html -
「【コツコツ作業が得意な方】感情タグ付け作業」の仕事依頼【ジョブハブ】
jobhub.jp/jobs/34369 -
SAStruts での利用
-DgroupId=org.example -DartifactId=sample -Dversion=1.0.0-SNAPSHOT...-DarchetypeRepository=http://maven.seasar.org/maven2/ \ -DarchetypeGroupId=org.seasar.sastruts...dbflute.seasar.org/maven/plugin/ja/sastruts.html -
An example of K-Means++ initialization — scikit...
data n_samples = 4000 n_components = 4 X , y_true = make_blobs (...n_samples = n_samples , centers = n_components , cluster_std = 0.60...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_plusplus.html -
6.2. Feature extraction — scikit-learn 1.6.1 do...
array(['pos+1=PP', 'pos-1=NN', 'pos-2=DT', 'word+1=on', 'word-1=cat',...TfidfTransformer(norm='l2', use_idf=True, smooth_idf=True, sublinear_tf=False)...scikit-learn.org/stable/modules/feature_extraction.html -
KMeans — scikit-learn 1.6.1 documentation
max_iter = 300 , tol = 0.0001 , verbose = 0 , random_state = None...n_clusters = 8 , * , init = 'k-means++' , n_init = 'auto' , max_iter...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
resample — scikit-learn 1.6.1 documentation
replace = True , n_samples = None , random_state = None , stratify...y , n_samples = 5 , replace = False , stratify = y , ... random_state...scikit-learn.org/stable/modules/generated/sklearn.utils.resample.html -
見通しのValidation | LastaFlute
{ // ========== // Attribute // ========= @Length(max = 10 )...productStatus ; ... // ========== // Validation // ========== // AssertT...dbflute.seasar.org/ja/lastaflute/howto/action/lavalidation.html