- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1361 - 1370 of 2,496 for 2 (0.08 sec)
-
KMeans — scikit-learn 1.7.1 documentation
2 ], [ 1 , 4 ], [ 1 , 0 ], ... [ 10 , 2 ], [ 10 , 4...cluster_centers_ array([[10., 2.], [ 1., 2.]]) For examples of common...scikit-learn.org/stable/modules/generated/sklearn.cluster.KMeans.html -
『ビアードパパ』8日間限定価格「通常220円のパイシュークリームが88円で購入可能に」 - い...
※2個以上ご購入の際、2個目以上は通常価格での販売となります。 ※やむを得...。 販売価格:88円(税込) ※通常価格220円(税込)/2個目以上は通常価格販売 販売期間:2025年8月1日(金)~8月8日(金)予定...news.goo.ne.jp/iw/271024/『ビアードパパ』8日間限定価格「通常220円のパイシュークリームが88円で購入可能に」 -
【なすはこうして!!】「何コレ、うますぎ…」って言われた!簡単おかずレシピ・作り方|Tasty
www.buzzfeed.com/jp/maorikato/grilled-eggplant-slices-with-minced-meat -
make_circles — scikit-learn 1.7.1 documentation
n_samples int or tuple of shape (2,), dtype=int, default=100 If int,...ndarray of shape (n_samples, 2) The generated samples. y ndarray...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_circles.html -
Coding Policy of Hands-on | DBFlute
Reviewable Code 2. Resolving IDE Warnings 3. Write...(Reviewable Code) | jfluteの日記 2. Resolving IDE Warnings Be careful...dbflute.seasar.org/tutorial/handson/review/codingpolicy.html -
EMechaによるセットアップ | DBFlute
DBFluteクライアントの作成 (+ エンジンインストール) 2. DBFluteランタイムの準備 3. JDBCドライバの準備...い。 EMecha - DBFluteクライアントの作成 2. DBFluteランタイムの準備 アプリケーションのクラス...dbflute.seasar.org/ja/environment/setup/emecha.html -
Sample pipeline for text feature extraction and...
to index 2 transform_funcs [ "norm" ] = lambda x : 2 if x == "l2"...Loading 20 newsgroups dataset for 2 categories: ['alt.atheism', '...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_text_feature_extraction.html -
【作り置きレシピ】トロトロなすの簡単おかず・作り方|Tasty
② ①に片栗粉をまぶす。 ③ フライパンにサラダ油を引いて中火で熱し、②を並べる。焼き色がついた...BuzzFeed 3〜4人分 材料: なす 4本 片栗粉 大さじ2 サラダ油 大さじ1 【A】しょうゆ 大さじ3 【A】酒 大さじ3...www.buzzfeed.com/jp/alicelaporte/japanese-style-stir-fried-eggplant-mealprep -
extract_patches_2d — scikit-learn 1.7.1 documen...
( 2 , 2 )) >>> print ( 'Patches shape:...shape )) Patches shape: (272214, 2, 2, 3) >>> # Here are just two...scikit-learn.org/stable/modules/generated/sklearn.feature_extraction.image.extract_patches_2d.html -
Nearest Centroid Classification — scikit-learn ...
2 0.82 # Authors: The scikit-learn...dataset X = iris . data [:, : 2 ] y = iris . target # Create color...scikit-learn.org/stable/auto_examples/neighbors/plot_nearest_centroid.html