- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 431 - 440 of 2,485 for 2 (0.21 sec)
-
make_low_rank_matrix — scikit-learn 1.7.2 docum...
scikit-learn.org/stable/modules/generated/sklearn.datasets.make_low_rank_matrix.html -
Release History — scikit-learn 1.7.2 documentation
2 Version 1.3.1 Version 1.3.0 Version 1.2 Version 1.2.2 Version...Version 1.2.1 Version 1.2.0 Version 1.1 Version 1.1.3 Version...scikit-learn.org/stable/whats_new.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 -
Displaying Pipelines — scikit-learn 1.7.2 docum...
LogisticRegression ( C = 2.0 )), ] pipe = Pipeline ( steps...('classifier', LogisticRegression(C=2.0))]) In a Jupyter environment,...scikit-learn.org/stable/auto_examples/miscellaneous/plot_pipeline_display.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 -
GMM covariances — scikit-learn 1.7.2 documentation
covariances_ [ n ][: 2 , : 2 ] elif gmm . covariance_type...covariances = gmm . covariances_ [: 2 , : 2 ] elif gmm . covariance_type...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html -
GammaRegressor — scikit-learn 1.7.2 documentation
determination R^2. R^2 uses squared error and D^2 uses the deviance...GammaRegressor () >>> X = [[ 1 , 2 ], [ 2 , 3 ], [ 3 , 4 ], [ 4 , 3...scikit-learn.org/stable/modules/generated/sklearn.linear_model.GammaRegressor.html