- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 681 - 690 of 2,485 for 2 (0.24 sec)
-
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 -
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 -
インストール
2.0をインストール場合を説明します。 OpenSearchのプラグインを...h:opensearch-analysis-fess:3.2.0 $ $OPENSEARCH_HOME/bin/opensearch-plugin...fess.codelibs.org/ja/15.2/install/install.html -
MultiTaskLasso — scikit-learn 1.7.2 documentation
2 ], [ 2 , 4 ]], [[ 0 , 0 ], [ 1 , 1 ], [ 2 , 3 ]]) ...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLasso.html -
check_array — scikit-learn 1.7.2 documentation
ndim > 2. ensure_min_samples int, default=1...the input data has effectively 2 dimensions or is originally 1D...scikit-learn.org/stable/modules/generated/sklearn.utils.check_array.html -
jaccard_score — scikit-learn 1.7.2 documentation
scikit-learn.org/stable/modules/generated/sklearn.metrics.jaccard_score.html -
Model selection with Probabilistic PCA and Fact...
rand ( n_features ) + sigma / 2.0 X_hetero = X + rng . randn (...shrinkages = np . logspace ( - 2 , 0 , 30 ) cv = GridSearchCV (...scikit-learn.org/stable/auto_examples/decomposition/plot_pca_vs_fa_model_selection.html -
TweedieRegressor — scikit-learn 1.7.2 documenta...
2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3 ]] >>> y = [ 2 , 3.5...determination R^2. R^2 uses squared error and D^2 uses the deviance...scikit-learn.org/stable/modules/generated/sklearn.linear_model.TweedieRegressor.html