- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 841 - 850 of 2,291 for 2 (0.07 sec)
-
Probability Calibration curves — scikit-learn 1...
add_subplot ( gs [: 2 , : 2 ]) calibration_displays = {}...histogram grid_positions = [( 2 , 0 ), ( 2 , 1 ), ( 3 , 0 ), ( 3 ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration_curve.html -
Compressive sensing: tomography reconstruction ...
l / 2.0 ) ** 2 + ( y - l / 2.0 ) ** 2 < ( l / 2.0 ) ** 2 mask...np . float64 ) center = l_x / 2.0 X += 0.5 - center Y += 0.5 -...scikit-learn.org/stable/auto_examples/applications/plot_tomography_l1_reconstruction.html -
Overview of multiclass training meta-estimators...
code_size = 2 ) cv_results_tree = cross_validate..., X , y , cv = cv , n_jobs = 2 ) cv_results_ovo = cross_validate...scikit-learn.org/stable/auto_examples/multiclass/plot_multiclass_overview.html -
Model-based and sequential feature selection — ...
2 area (worst): 185.2 4254.0 smoothness (worst):...Since we want to select only 2 features, we will set this threshold...scikit-learn.org/stable/auto_examples/feature_selection/plot_select_from_model_diabetes.html -
QuadraticDiscriminantAnalysis — scikit-learn 1....
2 ]]) >>> y = np . array ([ 1 , 1 , 1 , 2 , 2 , 2 ]) >>>...- 1 ], [ - 2 , - 1 ], [ - 3 , - 2 ], [ 1 , 1 ], [ 2 , 1 ], [ 3...scikit-learn.org/stable/modules/generated/sklearn.discriminant_analysis.QuadraticDiscriminantAnal... -
「12/21迄【iPhone/Android】専用アプリで160発話音声収集(年齢:65歳~8...
守秘義務確認済 環境チェックテスト済 データ収集 報酬 2,000 円 2,000 円 × 1 件 残り時間 違反報告 利用規約...HUBのメッセージ機能を使用しID/パスワードの情報を確認 2.指定のアプリを、スマートフォンにインストール 3.1でご連...jobhub.jp/jobs/37105 -
fetch_openml — scikit-learn 1.7.0 documentation
2 Release Highlights for scikit-learn 1.2 Release Highlights...selected. Added in version 1.2. Changed in version 1.4: The default...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_openml.html -
roc_curve — scikit-learn 1.7.0 documentation
2 , 2 ]) >>> scores = np . array ([...Returns : fpr ndarray of shape (>2,) Increasing false positive rates...scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_curve.html -
lasso_path — scikit-learn 1.7.0 documentation
is: ( 1 / ( 2 * n_samples )) * || y - Xw ||^ 2_2 + alpha * ||...it is: ( 1 / ( 2 * n_samples )) * || Y - XW ||^ 2 _Fro + alpha...scikit-learn.org/stable/modules/generated/sklearn.linear_model.lasso_path.html -
LinearRegression — scikit-learn 1.7.0 documenta...
2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0 + 2 * x_1...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html