- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1571 - 1580 of 2,302 for 2 (0.08 sec)
-
「【アウトソーシング限定】印字データの矩形アノテーション業務」の仕事依頼【ジョブハブ】
■作業の流れイメージ ①作業画面に表示された中で診断結果を囲む ②検査項目をブラウザの検索機能で検索 ③クラスラベル(タグ)を付与...1日(月)~6月8日(月) 9時 修正期間 2020年6月 2日(火)~6月10日(水) 9時(適宜発生) ※作業期間は多少前後する可能性があります。...jobhub.jp/jobs/44082 -
DictVectorizer — scikit-learn 1.7.0 documentation
'bar' : 2 }, { 'foo' : 3 , 'baz' : 1 }]...fit_transform ( D ) >>> X array([[2., 0., 1.], [0., 1., 3.]]) >>>...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.DictVectorizer.html -
Decision Boundaries of Multinomial and One-vs-R...
2 ], [ - 0.4 , 1.2 ]] X = np . dot ( X ,..."Feature 1" , ylabel = "Feature 2" ) _ = ax . legend ( * scatter...scikit-learn.org/stable/auto_examples/linear_model/plot_logistic_multinomial.html -
ストレートなジョブ (LastaJob) | LastaFlute
2.6) op.uniqueBy(...) Job特定のための、Jobのユニークコード...が成功したら、LandJob が自動的に起動されるようになります。 @since 0.2.7 triggeredBy() は複数呼び出せば、起動のき...dbflute.seasar.org/ja/lastaflute/howto/architecture/jobscheduling.html -
label_ranking_loss — scikit-learn 1.7.0 documen...
2 , 0.1 ]] >>> label_ranking_loss...scikit-learn.org/stable/modules/generated/sklearn.metrics.label_ranking_loss.html -
selectEntity(cb) (一件検索) | DBFlute
}) -- // セミコロン ';' を打って ctrl+2, L で戻り値補完 OptionalEntity<Member>...セミコロン ';' を打って ctrl(or command) + 2 そして L memberBhv . selectEntity(cb)...dbflute.seasar.org/ja/manual/function/ormapper/behavior/select/selectentity.html -
Empirical evaluation of the impact of k-means i...
1 n_clusters = grid_size ** 2 def make_data ( random_state ,...across %d runs" % n_runs ) # Part 2: Qualitative visual inspection...scikit-learn.org/stable/auto_examples/cluster/plot_kmeans_stability_low_dim_dense.html -
「★増員募集★【ひな形】飲食店メニューのひな形作成業務_4月~6月-(8)」の仕事依頼【ジョブハブ】
800円 ※2ページ作成の場合は2,400円(税別) ※単価は800円となっております。1枚の場合は800円×2件 1,600円でお支払いさせていただきます。...ます(手入力) ②マクロ実行後、メニューと画像が書き出されます(自動) ③元になるひな形ファイルを開き、②で書き出されたメニューや画像を元ファイルに...jobhub.jp/jobs/46842 -
Release Highlights for scikit-learn 1.7 — sciki...
2 Release Highlights for scikit-learn 1.2 Release Highlights...False ), LogisticRegression ( C = 2.0 )) model Pipeline(steps=[('standardscaler',...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_7_0.html -
Probability calibration of classifiers — scikit...
y [: n_samples // 2 ] = 0 y [ n_samples // 2 :] = 1 sample_weight...50000 # Generate 3 blobs with 2 classes where the second blob...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html