- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 181 - 190 of 2,000 for = (0.07 sec)
-
Gradient Boosting regression — scikit-learn 1.7...
n_repeats = 10 , random_state = 42 , n_jobs = 2 ) sorted_idx = result...data. diabetes = datasets . load_diabetes () X , y = diabetes . data...scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html -
見通しのValidation | LastaFlute
{ // ========== // Attribute // ========= @Length(max = 10 )...productStatus ; ... // ========== // Validation // ========== // AssertT...dbflute.seasar.org/ja/lastaflute/howto/action/lavalidation.html -
A demo of the mean-shift clustering algorithm —...
colors ): my_members = labels == k cluster_center = cluster_centers...n_samples = 10000 , centers = centers , cluster_std = 0.6 ) Compute...scikit-learn.org/stable/auto_examples/cluster/plot_mean_shift.html -
KMeans — scikit-learn 1.7.0 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 -
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 -
「【コツコツ作業が得意な方】感情タグ付け作業」の仕事依頼【ジョブハブ】
jobhub.jp/jobs/34369 -
fetch_kddcup99 — scikit-learn 1.7.0 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 -
Monotonic Constraints — scikit-learn 1.7.0 docu...
X = np . c_ [ f_0 , f_1 ] noise = rng . normal ( loc = 0.0 ,...y , "o" , alpha = 0.3 , zorder =- 1 , color = "tab:green" ) disp...scikit-learn.org/stable/auto_examples/ensemble/plot_monotonic_constraints.html -
「0627〆【エンティティ】単語タグ付け作業-追加募集」の仕事依頼【ジョブハブ】
jobhub.jp/jobs/39338 -
OneClassSVM — scikit-learn 1.7.0 documentation
kernel = 'rbf' , degree = 3 , gamma = 'scale' , coef0 = 0.0 ,...tol = 0.001 , nu = 0.5 , shrinking = True , cache_size = 200...scikit-learn.org/stable/modules/generated/sklearn.svm.OneClassSVM.html