- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 1341 - 1350 of 2,142 for text (0.11 sec)
-
Release Highlights for scikit-learn 1.5 — sciki...
X_test , y_train , y_test = train_test_split ( X ,...from_estimator ( classifier_05 , X_test , y_test ) Lowering the threshold,...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_5_0.html -
Probability calibration of classifiers — scikit...
y_test , sw_train , sw_test = train_test_split ( X , y , sample_weight...split train, test for calibration X_train , X_test , y_train ,...scikit-learn.org/stable/auto_examples/calibration/plot_calibration.html -
Release Highlights for scikit-learn 1.4 — sciki...
X_test , y_train , y_test = train_test_split ( X_adult...( "cv error on test sets:" , results [ "test_mse" ]) # Setting...scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_4_0.html -
PWHL Takes Women's Hockey on the Road in 2025 T...
Takeover Tour allows the league to test potential expansion markets...both countries is a natural next step as we continue building...justwomenssports.com/reads/pwhl-announces-pro-womens-hockey-takeover-tour-for-2024-2025-season/ -
Early stopping of Stochastic Gradient Descent —...
y_train ) test_score = estimator . score ( X_test , y_test ) return...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/stable/auto_examples/linear_model/plot_sgd_early_stopping.html -
plot_release_highlights_1_5_0.py
X_test, y_train, y_test = train_test_split(X, y, random_state=0)...imator(classifier_05, X_test, y_test) # %% # Lowering the threshold,...scikit-learn.org/stable/_downloads/ba0cfc16d7953e1c2c6912b6beca1e91/plot_release_highlights_1_5_0.py -
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 -
learning_curve — scikit-learn 1.5.2 documentation
( f "The average test accuracy is { cv_test_scores . mean ()...cross-validated training and test scores for different training...scikit-learn.org/stable/modules/generated/sklearn.model_selection.learning_curve.html -
LeaveOneGroupOut — scikit-learn 1.5.2 documenta...
f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneGroupOut.html -
Shrinkage covariance estimation: LedoitWolf vs ...
coloring_matrix ) X_test = np . dot ( base_X_test , coloring_matrix...n_samples , n_features )) base_X_test = np . random . normal ( size...scikit-learn.org/stable/auto_examples/covariance/plot_covariance_estimation.html