- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 161 - 170 of 931 for tests (0.1 sec)
-
Visualizations with Display Objects — scikit-le...
X_test , y_train , y_test = train_test_split ( X ,...predict ( X_test ) cm = confusion_matrix ( y_test , y_pred ) cm_display...scikit-learn.org/stable/auto_examples/miscellaneous/plot_display_object_visualization.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 -
load_svmlight_files — scikit-learn 1.6.1 docume...
target_test X_train , y_train , X_test , y_test = get_data ()...matrix X_test, it is essential that X_train and X_test have the...scikit-learn.org/stable/modules/generated/sklearn.datasets.load_svmlight_files.html -
Decision Tree Regression — scikit-learn 1.6.1 d...
Get predictions on the test set X_test = np . arange ( 0.0 , 5.0...predict ( X_test ) y_2 = regr_2 . predict ( X_test ) Plot the...scikit-learn.org/stable/auto_examples/tree/plot_tree_regression.html -
3.4. Metrics and scoring: quantifying the quali...
ratio (pre-test and post-tests): \[\text{post-test odds} = \text{Likelihood...X_train , X_test , y_train , y_test = train_test_split ( X ,...scikit-learn.org/dev/modules/model_evaluation.html -
cross_validation.rst.txt
available data as a **test set** ``X_test, y_test``. Note that the...>>> X_train, X_test, y_train, y_test = train_test_split( ... X,...scikit-learn.org/stable/_sources/modules/cross_validation.rst.txt -
6.4. Imputation of missing values — scikit-lear...
X_test , y_train , _ = train_test_split ( X , y , test_size...SimpleImputer(missing_values=-1) >>> X_test = sp . csc_matrix ([[ - 1 ,...scikit-learn.org/stable/modules/impute.html -
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 -
Comparing Random Forests and Histogram Gradient...
significant improvement of the testing score. Plot results # We can...elapsed computing time and mean test score. Passing the cursor over...scikit-learn.org/stable/auto_examples/ensemble/plot_forest_hist_grad_boosting_comparison.html -
8.3. Parallelism, resource management, and conf...
sure that test results are independent of the test execution...run all tests with different seeds while keeping the test duration...scikit-learn.org/dev/computing/parallelism.html