Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 301 - 310 of 837 for tests (0.17 sec)

  1. Scaling the regularization parameter for SVCs —...

    = 1e-3 ) We compute the mean test score for different values of...train_sizes ] shuffle_params = { "test_size" : 0.3 , "n_splits" : 150...
    scikit-learn.org/stable/auto_examples/svm/plot_svm_scale_c.html
    Tue May 13 14:25:43 UTC 2025
      114.9K bytes
      Cache
     
  2. SAStruts での利用

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...今回は以下の単純なテーブルを作成します。 CREATE TABLE TEST_TABLE ( ID BIGINT NOT NULL IDENTITY...
    dbflute.seasar.org/maven/plugin/ja/sastruts.html
    Mon Apr 28 16:40:32 UTC 2025
      33.3K bytes
      1 views
      Cache
     
  3. Elastic Serverless | Elastic

    Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...
    www.elastic.co/demo-gallery/serverless
    Wed May 14 00:16:20 UTC 2025
      616.7K bytes
      Cache
     
  4. StratifiedShuffleSplit — scikit-learn 1.6.1 doc...

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedShuffleSplit.html
    Tue May 13 14:25:43 UTC 2025
      122.4K bytes
      Cache
     
  5. Observability Tour | Elastic

    Playground - Roll up your sleeves Test the latest AI search capabilities...explore how to build RAG systems, test different LLMs from various...
    www.elastic.co/demo-gallery/observability
    Wed May 14 00:47:01 UTC 2025
      615.9K bytes
      Cache
     
  6. GroupShuffleSplit — scikit-learn 1.6.1 document...

    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.GroupShuffleSplit.html
    Tue May 13 14:25:46 UTC 2025
      128.8K bytes
      Cache
     
  7. AdaBoostClassifier — scikit-learn 1.6.1 documen...

    the mean accuracy on the given test data and labels. In multi-label...shape (n_samples, n_features) Test samples. y array-like of shape...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.AdaBoostClassifier.html
    Tue May 13 14:25:43 UTC 2025
      160.9K bytes
      Cache
     
  8. ExtraTreesRegressor — scikit-learn 1.6.1 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Tue May 13 14:25:44 UTC 2025
      165.2K bytes
      Cache
     
  9. StackingRegressor — scikit-learn 1.6.1 document...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., y_train ) . score ( X_test , y_test ) 0.3... fit ( X , y , *...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.StackingRegressor.html
    Tue May 13 14:25:44 UTC 2025
      161.1K bytes
      Cache
     
  10. 1.11. Ensembles: Gradient boosting, random fore...

    train_test_split >>> X_train , X_test , y_train , y_test = train_test_split..., X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...
    scikit-learn.org/stable/modules/ensemble.html
    Tue May 13 14:25:44 UTC 2025
      230.9K bytes
      Cache
     
Back to top