- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1121 - 1130 of 2,281 for 2 (0.11 sec)
-
Precision-Recall — scikit-learn 1.7.0 documenta...
train_test_split ( X [ y < 2 ], y [ y < 2 ], test_size = 0.5 , random_state...display . ax_ . set_title ( "2-class Precision-Recall curve"...scikit-learn.org/stable/auto_examples/model_selection/plot_precision_recall.html -
Comparing Target Encoder with Other Encoders — ...
price province region_1 region_2 variety winery 0 US This tremendous...Toro Bodega Carmen Rodríguez 2 US Mac Watson honors the memory...scikit-learn.org/stable/auto_examples/preprocessing/plot_target_encoder.html -
Release Highlights for scikit-learn 1.5 — sciki...
nothing; each false negative costs 2; each false positive costs 0.1...."all" ) . ravel () return tp - 2 * fn - 0.1 * fp print ( "Untuned...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
User Guide — scikit-learn 1.7.0 documentation
Mixture 2.2. Manifold learning 2.2.1. Introduction 2.2.2. Isomap...Isomap 2.2.3. Locally Linear Embedding 2.2.4. Modified Locally Linear...scikit-learn.org/stable/user_guide.html -
フリーランスの仕事・求人 【ジョブハブ】
不要 必要 回数制限 制限なし 制限あり 新着Job … 2 3 4 5 6 … 表示:20件 表示:50件 表示:100件... 詳細を見る 300 円 (100 円 / 件) 提案数 2 件 11月分【アウトソーシング案件】IT・ガジェットを中心としたアイデア~企画書の作成...jobhub.jp/jobs -
Simple 1D Kernel Density Estimation — scikit-le...
subplots ( 2 , 2 , sharex = True , sharey = True...1.05 ) axi . set_xlim ( - 2.9 , 2.9 ) ax [ 0 , 1 ] . set_title...scikit-learn.org/stable/auto_examples/neighbors/plot_kde_1d.html -
Selecting dimensionality reduction with Pipelin...
] ) N_FEATURES_OPTIONS = [ 2 , 4 , 8 ] C_OPTIONS = [ 1 , 10...'reduce_dim__n_components': [2, 4, 8]}, {'classify__C': [1, 10,...scikit-learn.org/stable/auto_examples/compose/plot_compare_reduction.html -
indexable — scikit-learn 1.7.0 documentation
2 , 3 ], np . array ([ 2 , 3 , 4 ]), None ,...indexable ( * iterables ) [[1, 2, 3], array([2, 3, 4]), None, <...Sparse...dtype...scikit-learn.org/stable/modules/generated/sklearn.utils.indexable.html -
Friends - Maven | DBFlute
mystic-2.1.jar -> hangar-0.8.jar l M ↓ -> bigband-3.4.jar i 2 sea-1.5.jar...piari-1.0.jar -> dstore-2.0.jar -> oneman-2.5.jar ↑ +-↓ | <<< pom.xml...dbflute.seasar.org/ja/manual/topic/friends/maven/index.html -
lars_path_gram — scikit-learn 1.7.0 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...copy_X = True , eps = np.float64(2.220446049250313e-16) , copy_Gram...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lars_path_gram.html