- Sort Score
- Num 10 results
- Language All
- Labels All
Results 1221 - 1230 of over 10,000 for 2 (0.61 seconds)
Filter
-
Lasso — scikit-learn 1.8.0 documentation
[ 2 , 2 ]], [ 0 , 1 , 2 ]) Lasso(alpha=0.1)...\(||y||_2^2 / n_{\text{samples}}\) . The target can be a 2-dimensional...scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html -
test.rst
第一項目 - Lorem ipsum 2. 第二項目 - 吾輩は猫である 3. 第三項目 - Test...dolor sit amet | +----+---- | 2 | 吾輩は猫である | 夏目漱石の小説 | +----+----...raw.githubusercontent.com/codelibs/fess-testdata/master/files/markdown/test.rst -
Procedimientos de Desinstalación
0 Paso 2: Eliminación de OpenSearch Elimine...rm -rf /path/to/opensearch-3.3.2 Paso 3: Eliminación del Directorio...fess.codelibs.org/es/15.4/install/uninstall.html -
RepeatedKFold — scikit-learn 1.8.0 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 -
Gaussian Mixture Model Sine Curve — scikit-lear...
eigh ( covar ) v = 2.0 * np . sqrt ( 2.0 ) * np . sqrt ( v )...mean_precision_prior = 1e-2 , covariance_prior = 1e0 * np . eye ( 2 ), init_params...scikit-learn.org/stable/auto_examples/mixture/plot_gmm_sin.html -
sphinx-design.min.css
sd-g-2,.sd-gy-2{--sd-gutter-y: 0.5rem}.sd-g-2,.sd-gx-2{--sd-gutter-x:...!important}.sd-p-2{padding:.5rem !important}.sd-pt-2,.sd-py-2{padding-top:.5rem...scikit-learn.org/stable/_static/sphinx-design.min.css -
1.5. Stochastic Gradient Descent — scikit-learn...
:= \frac{1}{2} \sum_{j=1}^{m} w_j^2 = ||w||_2^2\) , \(L_1\) norm:...values: >>> clf . predict ([[ 2. , 2. ]]) array([1]) SGD fits a...scikit-learn.org/stable/modules/sgd.html -
kneighbors_graph — scikit-learn 1.8.0 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 -
FastICA on 2D point clouds — scikit-learn 1.8.0...
subplot ( 2 , 2 , 2 ) plot_samples ( X / np ....1.5 , size = ( 20000 , 2 )) S [:, 0 ] *= 2.0 # Mix data A = np ....scikit-learn.org/stable/auto_examples/decomposition/plot_ica_vs_pca.html -
LinearRegression — scikit-learn 1.8.0 documenta...
2 ], [ 2 , 2 ], [ 2 , 3 ]]) >>> # y = 1 * x_0 + 2 * x_1...float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...scikit-learn.org/stable/modules/generated/sklearn.linear_model.LinearRegression.html