Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 281 - 290 of 1,456 for test (0.63 sec)

  1. 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
    Sat Apr 19 00:31:21 UTC 2025
      102.8K bytes
      Cache
     
  2. 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
    Sat Apr 19 00:31:21 UTC 2025
      141.2K bytes
      1 views
      Cache
     
  3. 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
    Sat Apr 19 00:31:22 UTC 2025
      132.4K bytes
      Cache
     
  4. 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
    Sat Apr 19 00:31:21 UTC 2025
      155.8K bytes
      Cache
     
  5. 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
    Sat Apr 19 00:31:20 UTC 2025
      115.9K bytes
      Cache
     
  6. 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
    Sat Apr 19 00:31:21 UTC 2025
      111.9K bytes
      Cache
     
  7. 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
    Sat Apr 19 00:31:20 UTC 2025
      125K bytes
      Cache
     
  8. 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
    Sat Apr 19 00:31:21 UTC 2025
      118.7K bytes
      Cache
     
  9. 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
    Fri Apr 18 17:54:32 UTC 2025
      23.5K bytes
      1 views
      Cache
     
  10. 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
    Sat Apr 19 00:31:22 UTC 2025
      99.5K bytes
      Cache
     
Back to top