- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 421 - 430 of 2,485 for 2 (0.23 sec)
-
Installation
2.0. Install the OpenSearch plugins...h:opensearch-analysis-fess:3.2.0 $ $OPENSEARCH_HOME/bin/opensearch-plugin...fess.codelibs.org/15.2/install/install.html -
RepeatedKFold — scikit-learn 1.7.2 documentation
2 ], [ 3 , 4 ], [ 1 , 2 ], [ 3 , 4 ]]) >>>...RepeatedKFold ( n_splits = 2 , n_repeats = 2 , random_state = 2652124...scikit-learn.org/stable/modules/generated/sklearn.model_selection.RepeatedKFold.html -
DBFlute : Migration : 0.8.8.2
2} 環境上の注意点 Sql2Entityも一緒に *いつもの注意点...dbflute.seasar.org/ja/oldmigration/migrate-0881to0882.html -
SelectFpr — scikit-learn 1.7.2 documentation
default=5e-2 Features with p-values less than...scikit-learn.org/stable/modules/generated/sklearn.feature_selection.SelectFpr.html -
RandomTreesEmbedding — scikit-learn 1.7.2 docum...
min_samples_split = 2 , min_samples_leaf = 1 , min_...nodes is at most n_estimators * 2 ** max_depth . For an example...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html -
RandomForestClassifier — scikit-learn 1.7.2 doc...
min_samples_split = 2 , min_samples_leaf = 1 , min_...min_samples_split int or float, default=2 The minimum number of samples...scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html -
1.6. Nearest Neighbors — scikit-learn 1.7.2 doc...
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/neighbors.html -
RegressorMixin — scikit-learn 1.7.2 documentation
2 ], [ 2 , 3 ], [ 3 , 4 ]]) >>> y =...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.base.RegressorMixin.html -
LabelSpreading — scikit-learn 1.7.2 documentation
2 , max_iter = 30 , tol = 0.001...integer. alpha float, default=0.2 Clamping factor. A value in (0,...scikit-learn.org/stable/modules/generated/sklearn.semi_supervised.LabelSpreading.html -
PolynomialFeatures — scikit-learn 1.7.2 documen...
degree-2 polynomial features are [1, a, b, a^2, ab, b^2]. Read...etc. excluded: x[0] ** 2 , x[0] ** 2 * x[1] , etc. include_bias...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.PolynomialFeatures.html