- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 281 - 290 of 1,456 for test (0.63 sec)
-
Post pruning decision trees with cost complexit...
X_test , y_train , y_test = train_test_split ( X ,...clfs ] test_scores = [ clf . score ( X_test , y_test ) for clf...scikit-learn.org/stable/auto_examples/tree/plot_cost_complexity_pruning.html -
Contributing — scikit-learn 1.6.1 documentation
sklearn/linear_model/tests/test_logistic.py to run the tests specific to...sklearn path/to/tests See also Testing and improving test coverage ....scikit-learn.org/stable/developers/contributing.html -
GraphicalLasso — scikit-learn 1.6.1 documentation
: X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...scikit-learn.org/stable/modules/generated/sklearn.covariance.GraphicalLasso.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 -
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 -
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 -
L1-based models for Sparse Signals — scikit-lea...
import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.5 , shuffle = False ) In...scikit-learn.org/stable/auto_examples/linear_model/plot_lasso_and_elasticnet.html -
fetch_20newsgroups_vectorized — scikit-learn 1....
‘test’ for the test set, ‘all’ for both,...Parameters : subset {‘train’, ‘test’, ‘all’}, default=’train’ Select...scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_20newsgroups_vectorized.html -
UTFluteのセットアップ | DBFlute
@Java /** * The test case with container for unit test. * @author...PlainTestCase { public void test_demo() { // メソッド名が test で始まること markHere(...dbflute.seasar.org/ja/manual/function/helper/utflute/setup.html -
Balance model complexity and cross-validated sc...
deviation of the best `mean_test_score`. """ best_score_idx = np...][ best_score_idx ] - cv_results [ "std_test_score" ][ best_score_idx...scikit-learn.org/stable/auto_examples/model_selection/plot_grid_search_refit_callable.html