Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 381 - 400 of 1,271 for test (0.7 sec)

  1. LeavePGroupsOut — scikit-learn 1.7.2 documentation

    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.LeavePGroupsOut.html
    Wed Nov 05 14:36:32 UTC 2025
      122.6K bytes
      Cache
     
  2. LarsCV — scikit-learn 1.7.2 documentation

    test) splits as arrays of indices....coefficient of determination on test data. The coefficient of determination,...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.LarsCV.html
    Wed Nov 05 14:36:35 UTC 2025
      141.7K bytes
      Cache
     
  3. LeaveOneOut — scikit-learn 1.7.2 documentation

    Provides train/test indices to split data in train/test sets. Each..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.LeaveOneOut.html
    Wed Nov 05 14:36:33 UTC 2025
      116.3K bytes
      Cache
     
  4. fetch_rcv1 — scikit-learn 1.7.2 documentation

    test’ for the test set (781265 samples),...subfolders. subset {‘train’, ‘test’, ‘all’}, default=’all’ Select...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_rcv1.html
    Wed Nov 05 14:36:35 UTC 2025
      112K bytes
      Cache
     
  5. 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
    Wed Nov 05 14:36:32 UTC 2025
      102.8K bytes
      Cache
     
  6. 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
    Wed Nov 05 14:36:32 UTC 2025
      126.6K bytes
      Cache
     
  7. Demonstration of multi-metric evaluation on cro...

    The best_estimator_ , best_index_ , best_score_ and best_params_...``gs.best_score_``, ``gs.best_params_`` and # ``gs.best_index_``...
    scikit-learn.org/stable/auto_examples/model_selection/plot_multi_metric_evaluation.html
    Wed Nov 05 14:36:32 UTC 2025
      101.5K bytes
      Cache
     
  8. Lagged features for time series forecasting — s...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.2 , random_state = 42 )...
    scikit-learn.org/stable/auto_examples/applications/plot_time_series_lagged_features.html
    Wed Nov 05 14:36:35 UTC 2025
      162.8K bytes
      Cache
     
  9. load_svmlight_files — scikit-learn 1.7.2 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
    Wed Nov 05 14:36:33 UTC 2025
      111.5K bytes
      Cache
     
  10. Gradient Boosting regression — scikit-learn 1.7...

    X_test , y_train , y_test = train_test_split ( X ,...mean_squared_error ( y_test , reg . predict ( X_test )) print ( "The...
    scikit-learn.org/stable/auto_examples/ensemble/plot_gradient_boosting_regression.html
    Wed Nov 05 14:36:33 UTC 2025
      110K bytes
      Cache
     
  11. ExtraTreesClassifier — scikit-learn 1.7.2 docum...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesClassifier.html
    Wed Nov 05 14:36:36 UTC 2025
      167.5K bytes
      Cache
     
  12. 外だしSQLのタイトル (OutsideSqlTitle) | DBFlute

    [df-outside-sql-test] [df-outside-sql-test] [Advice] [df-outside-sql-test]...[df-outside-sql-test] /* [df-outside-sql-test] [Simple Member...
    dbflute.seasar.org/ja/manual/function/genbafit/dbflutefit/outsidesqltitle/index.html
    Mon Sep 15 10:51:17 UTC 2025
      13.3K bytes
      Cache
     
  13. fetch_lfw_pairs — scikit-learn 1.7.2 documentation

    test’ for the development test set, and ‘10_folds’...Parameters : subset {‘train’, ‘test’, ‘10_folds’}, default=’train’...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_lfw_pairs.html
    Wed Nov 05 14:36:32 UTC 2025
      113.1K bytes
      Cache
     
  14. EstimatorCheckFailedWarning — scikit-learn 1.7....

    estimator check from the common tests fails. Parameters : estimator...Estimator instance for which the test failed. check_name str Name...
    scikit-learn.org/stable/modules/generated/sklearn.exceptions.EstimatorCheckFailedWarning.html
    Wed Nov 05 14:36:32 UTC 2025
      106.9K bytes
      Cache
     
  15. RandomForestClassifier — scikit-learn 1.7.2 doc...

    max_leaf_nodes in best-first fashion. Best nodes are defined...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomForestClassifier.html
    Wed Nov 05 14:36:33 UTC 2025
      181.9K bytes
      Cache
     
  16. Multi-class AdaBoosted Decision Trees — scikit-...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...the remaining 30 percent for testing. from sklearn.model_selection...
    scikit-learn.org/stable/auto_examples/ensemble/plot_adaboost_multiclass.html
    Wed Nov 05 14:36:33 UTC 2025
      115.1K bytes
      Cache
     
  17. One-Class SVM versus One-Class SVM using Stocha...

    size n_error_test = y_pred_test [ y_pred_test == - 1 ] . size...size n_error_test_sgd = y_pred_test_sgd [ y_pred_test_sgd == - 1...
    scikit-learn.org/stable/auto_examples/linear_model/plot_sgdocsvm_vs_ocsvm.html
    Wed Nov 05 14:36:33 UTC 2025
      122.7K bytes
      1 views
      Cache
     
  18. Image denoising using kernel PCA — scikit-learn...

    X_test , y_train , y_test = train_test_split ( X ,...0.25 , size = X_test . shape ) X_test_noisy = X_test + noise noise...
    scikit-learn.org/stable/auto_examples/applications/plot_digits_denoising.html
    Wed Nov 05 14:36:32 UTC 2025
      102.6K bytes
      Cache
     
  19. Column Transformer with Mixed Types — scikit-le...

    X_test , y_train , y_test = train_test_split ( X ,...score ( X_test , y_test ) : .3f } " ) accuracy of the best model...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer_mixed_types.html
    Wed Nov 05 14:36:33 UTC 2025
      240.9K bytes
      Cache
     
  20. Live updates: Government shutdown layoffs block...

    will be a key test of whether Democrats want to...to ruin a kid’s life for the rest of time. That’s just not OK.”...
    www.nbcnews.com/politics/trump-administration/live-blog/trump-congress-government-shutdown-firing...
    Thu Oct 16 00:51:20 UTC 2025
      1.1M bytes
      Cache
     
Back to top