- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of 2,278 for 2 (0.06 sec)
-
DecisionTreeRegressor — scikit-learn 1.6.1 docu...
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...= None , min_samples_split = 2 , min_samples_leaf = 1 , min_...scikit-learn.org/stable/modules/generated/sklearn.tree.DecisionTreeRegressor.html -
Release Highlights for scikit-learn 1.1 — sciki...
X_reconstructed ) ** 2 ) / np . sum ( X ** 2 ) : .5f } " , ) relative...scikit-learn 1.2 Release Highlights for scikit-learn 1.2 Gallery generated...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_1_0.html -
Evaluation of outlier detection estimators — sc...
as samples encoded with label 2 and outliers as those with label...as_frame = True ) s = ( y == 2 ) + ( y == 4 ) X = X . loc [ s...scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html -
RobustScaler — scikit-learn 1.6.1 documentation
- 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html -
「音声アシスタント(自動車)向けアンケート入力業務-(36)」の仕事依頼【ジョブハブ】
契約締結後~2019年2月15日(金)9:00 ※変更になる場合がございます。 ■納期 納品:2019年2月15日(金)9:00...HUBのメッセージ機能を使用しID/パスワードの情報を確認 2.1でご連絡したID/パスワードでwebサイトにログイン後、評価を実施...jobhub.jp/jobs/37963 -
Exponentiation — scikit-learn 1.6.1 documentation
2) is equivalent to using the **...** operator with RBF() ** 2 . Read more in the User Guide . Added...scikit-learn.org/stable/modules/generated/sklearn.gaussian_process.kernels.Exponentiation.html -
Painless Scripting Language [8.18] | Elastic
2 7.1 7.0 6.8 6.7 6.6 6.5 6.4 6.3 6.2 6.1 6.0 5.6...8.9 8.8 8.7 8.6 8.5 8.4 8.3 8.2 8.1 8.0 7.17 7.16 7.15 7.14 7.13...www.elastic.co/guide/en/elasticsearch/painless/8.18/index.html -
'A Minecraft Movie' stomps to $80.6 million in ...
2 million from 2,296 cinemas. “The Amateur,”...domestically, plus another $17.2 million overseas. Critics deemed...www.nbcnews.com/pop-culture/movies/minecraft-movie-box-office-rcna201058 -
戸田恵梨香(36)、報告 - いまトピランキング
』と喜びを綴り、2枚の写真を公開。大胆にイメチェンしたボーイッシュな黒髪のショートカットを披露した。...有村架純(32)、「顔が変わってしまった」か 視聴率14.2%『ドラマ』干された女優の復活出演 PAGE TOP ▲...news.goo.ne.jp/iw/267459/戸田恵梨香(36)、報告 -
maxabs_scale — scikit-learn 1.6.1 documentation
maxabs_scale >>> X = [[ - 2 , 1 , 2 ], [ - 1 , 0 , 1 ]] >>> maxabs_scale...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.maxabs_scale.html