- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 301 - 310 of 2,272 for 2 (0.09 sec)
-
confusion_matrix — scikit-learn 1.7.0 documenta...
= [ 2 , 0 , 2 , 2 , 0 , 1 ] >>> y_pred = [ 0 , 0 , 2 , 2 , 0...0 , 2 ] >>> confusion_matrix ( y_true , y_pred ) array([[2, 0,...scikit-learn.org/stable/modules/generated/sklearn.metrics.confusion_matrix.html -
1.7. Gaussian Processes — scikit-learn 1.7.0 do...
log-transformed [[ -inf 2.30258509] [ -inf 2.30258509] [ -inf 2.30258509]]...\left(1 + \frac{d(x_i, x_j)^2}{2\alpha l^2}\right)^{-\alpha}\] The...scikit-learn.org/stable/modules/gaussian_process.html -
preprocessing.rst.txt
2. , 1. , 0.1], [4.4, 2.2, 1.1, 0.1], [4.4, 2.2, 1.2, 0.1],...:math:`(X_1, X_2)` to :math:`(1, X_1, X_2, X_1^2, X_1X_2, X_2^2)`. In...scikit-learn.org/stable/_sources/modules/preprocessing.rst.txt -
mean_absolute_percentage_error — scikit-learn 1...
2 , 7 ] >>> y_pred = [ 2.5 , 0.0 , 2 , 8 ] >>> m...1. , 0. , 2.4 , 7. ] >>> y_pred = [ 1.2 , 0.1 , 2.4 , 8. ] >>>...scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_absolute_percentage_error.html -
RobustScaler — scikit-learn 1.7.0 documentation
- 2. , 2. ], ... [ - 2. , 1. , 3. ], ... [ 4. , 1. , - 2. ]]...transform ( X ) array([[ 0. , -2. , 0. ], [-1. , 0. , 0.4], [ 1....scikit-learn.org/stable/modules/generated/sklearn.preprocessing.RobustScaler.html -
TSNE — scikit-learn 1.7.0 documentation
2 - 0.8. Angle less than 0.2 has quickly increasing...sklearn.manifold. TSNE ( n_components = 2 , * , perplexity = 30.0 , early_exaggeration...scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html -
mean_poisson_deviance — scikit-learn 1.7.0 docu...
scikit-learn.org/stable/modules/generated/sklearn.metrics.mean_poisson_deviance.html -
ElasticNetCV — scikit-learn 1.7.0 documentation
objective is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...it is: 1 / ( 2 * n_samples ) * || y - Xw ||^ 2_2 + alpha * l1_ratio...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html -
plot_hgbt_regression.ipynb
showcasing all points except 2 and 6 in a real life\nsetting.\n"...label=\"recorded average\", linewidth=2, ax=ax)\n\nfor idx, max_iter in...scikit-learn.org/stable/_downloads/cb9a8a373677fb481fe43a11d8fa0e94/plot_hgbt_regression.ipynb -
MLPRegressor — scikit-learn 1.7.0 documentation
float \(R^2\) of self.predict(X) w.r.t. y . Notes The \(R^2\) score...validation_fraction = 0.1 , beta_1 = 0.9 , beta_2 = 0.999 , epsilon = 1e-08 , n_iter_no_change...scikit-learn.org/stable/modules/generated/sklearn.neural_network.MLPRegressor.html