- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 641 - 650 of 2,485 for 2 (0.08 sec)
-
mean_tweedie_deviance — scikit-learn 1.7.2 docu...
y_true = [ 2 , 0 , 1 , 4 ] >>> y_pred = [ 0.5 , 0.5 , 2. , 2. ] >>>...>= 0 and y_pred > 0. 1 < p < 2 : Compound Poisson distribution....scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_tweedie_deviance.html -
DecisionBoundaryDisplay — scikit-learn 1.7.2 do...
2) Input data that should be only 2-dimensional....load_iris () >>> feature_1 , feature_2 = np . meshgrid ( ... np . linspace...scikit-learn.org/stable/modules/generated/sklearn.inspection.DecisionBoundaryDisplay.html -
除外ワード
2行目以降に除外ワードが記載されます。 "BadWord" "検索エンジン"...CSV形式でワードを登録します。 CSVの内容 1行目はヘッダーです。 2行目以降に除外ワードを記述します。 "BadWord" "検索エンジン"...fess.codelibs.org/ja/15.3/admin/badword-guide.html -
2.6. Covariance estimation — scikit-learn 1.7.2...
2.6.2. Shrunk Covariance # 2.6.2.1. Basic shrinkage...ShrunkCovariance object to data. 2.6.2.2. Ledoit-Wolf shrinkage # In...scikit-learn.org/stable/modules/covariance.html -
EllipticEnvelope — scikit-learn 1.7.2 documenta...
(n_samples + n_features + 1) / 2 * n_samples . Range is (0, 1)....with n_samples > n_features ** 2 . References [ 1 ] Rousseeuw,...scikit-learn.org/stable/modules/generated/sklearn.covariance.EllipticEnvelope.html -
OR 検索
たとえば、「検索語1」と「検索語2」のどちらかが含まれるドキュメントを検索したい場合は以下のように検索フォームに入力します。...うに検索フォームに入力します。 検索語1 OR 検索語2 OR で複数語をつなぐことも可能です。...fess.codelibs.org/ja/15.2/user/search-or.html -
Beats version 8.16.2 | Beats Platform Reference...
2 IMPORTANT : This documentation...documentation . Beats version 8.16.2 View commits Known Issues Filebeat...www.elastic.co/guide/en/beats/libbeat/current/release-notes-8.16.2.html -
enet_path — scikit-learn 1.7.2 documentation
it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...|| w ||^ 2_2 For multi-output tasks it is: ( 1 / ( 2 * n_samples...scikit-learn.org/stable/modules/generated/sklearn.linear_model.enet_path.html -
make_classification — scikit-learn 1.7.2 docume...
n_informative = 2 , n_redundant = 2 , n_repeated = 0 , n_classes = 2 , n_clusters_per_class...n_clusters_per_class = 2 , weights = None , flip_y = 0.01 , class_sep...scikit-learn.org/stable/modules/generated/sklearn.datasets.make_classification.html -
kneighbors_graph — scikit-learn 1.7.2 documenta...
p = 2 , metric_params = None , include_self...standard Euclidean distance when p = 2. See the documentation of scipy.spatial.distance...scikit-learn.org/stable/modules/generated/sklearn.neighbors.kneighbors_graph.html