- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1151 - 1160 of 1,829 for text (0.97 sec)
-
plot_release_highlights_1_7_0.py
y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py -
Upgrade | Elastic Docs
www.elastic.co/docs/deploy-manage/upgrade -
Ridge coefficients as a function of the L2 Regu...
our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html -
scale — scikit-learn 1.7.0 documentation
splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html -
Quantile regression — scikit-learn 1.7.0 docume...
evaluation by looking at the test error obtained by cross-validation...."neg_mean_squared_error" ], ) print ( "Test error (cross-validated performance)...scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html -
Observability with Elastic at Audi Business Inn...
www.elastic.co/elasticon/archive/2020/global/observability-with-elastic-at-audi-business-innovation -
is_regressor — scikit-learn 1.7.0 documentation
instance Estimator object to test. Returns : out bool True if...scikit-learn.org/stable/modules/generated/sklearn.base.is_regressor.html -
MultiOutputRegressor — scikit-learn 1.7.0 docum...
coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...scikit-learn.org/stable/modules/generated/sklearn.multioutput.MultiOutputRegressor.html -
DummyRegressor — scikit-learn 1.7.0 documentation
n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html -
ElasticNetCV — scikit-learn 1.7.0 documentation
case the different values are tested by cross-validation and the...default=None Values of alphas to test along the regularization path,...scikit-learn.org/stable/modules/generated/sklearn.linear_model.ElasticNetCV.html