- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1321 - 1330 of 2,136 for text (0.2 sec)
-
Extra virgin olive oil is the flavour of mechan...
machinery has been constantly tested and modified based on the resulting...bite between one sip and the next. These attributes reveal that...aeon.co/essays/extra-virgin-olive-oil-is-the-flavour-of-mechanisation -
Linear Regression Example — scikit-learn 1.5.2 ...
scatter ( diabetes_X_test , diabetes_y_test , color = "black" )...Split the data into training/testing sets diabetes_X_train = diabetes_X...scikit-learn.org/stable/auto_examples/linear_model/plot_ols.html -
plot_hgbt_regression.py
import train_test_split X_train, X_test, y_train, y_test = train_test_split(X,...train_test_split(X, y, test_size=0.4, shuffle=False) print(f"Training...scikit-learn.org/stable/_downloads/d108f2283ac3905eb623b32d42217a2b/plot_hgbt_regression.py -
ValidationCurveDisplay — scikit-learn 1.5.2 doc...
test_scores = test_scores , score_name =...param_range , train_scores , test_scores , score_name = None )...scikit-learn.org/stable/modules/generated/sklearn.model_selection.ValidationCurveDisplay.html -
9. Model persistence — scikit-learn 1.5.2 docum...
the next question is: Do you absolutely...sess . run ( None , { "X" : X_test . astype ( numpy . float32 )})[...scikit-learn.org/stable/model_persistence.html -
Principal Component Regression vs Partial Least...
X_test , y_train , y_test = train_test_split ( X ,...scatter ( pca . transform ( X_test ), y_test , alpha = 0.3 , label =...scikit-learn.org/stable/auto_examples/cross_decomposition/plot_pcr_vs_pls.html -
Elastic on Elastic: How InfoSec uses the Elasti...
allowing us to test fields or dashboards without...when a pull request is merged. Next steps We have several ideas...www.elastic.co/blog/how-infosec-uses-elastic-stack-vulnerability-management -
Comparing various online solvers — scikit-learn...
X_test , y_train , y_test = train_test_split ( X ,...( X_test ) yy_ . append ( 1 - np . mean ( y_pred == y_test ))...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_comparison.html -
Single estimator versus bagging: bias-variance ...
( y ) X_test , y_test = generate ( n_samples = n_test , noise...training set n_test = 1000 # Size of the test set noise = 0.1...scikit-learn.org/stable/auto_examples/ensemble/plot_bias_variance.html -
GraphicalLassoCV — scikit-learn 1.5.2 documenta...
: X_test array-like of shape (n_samples, n_features) Test data...An iterable yielding (train, test) splits as arrays of indices....scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLassoCV.html