Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 351 - 360 of 930 for tests (0.17 sec)

  1. Recognizing hand-written digits — scikit-learn ...

    and 50% test subsets X_train , X_test , y_train , y_test = train_test_split...train_test_split ( data , digits . target , test_size = 0.5 , shuffle...
    scikit-learn.org/stable/auto_examples/classification/plot_digits_classification.html
    Tue Feb 04 08:40:44 UTC 2025
      102.1K bytes
      Cache
     
  2. Version 0.17 — scikit-learn 1.7.dev0 documentation

    ShuffleSplit generate train-test folds, respectively similar...option to cross_validation.train_test_split for stratified splitting....
    scikit-learn.org/dev/whats_new/v0.17.html
    Fri Jan 17 11:45:10 UTC 2025
      88.9K bytes
      Cache
      Similar Results (1)
     
  3. MultiTaskLassoCV — scikit-learn 1.6.1 documenta...

    test) splits as arrays of indices....n_folds) Mean square error for the test set on each fold, varying alpha....
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.MultiTaskLassoCV.html
    Tue Feb 04 08:40:43 UTC 2025
      162.2K bytes
      Cache
     
  4. 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
    Tue Nov 12 15:10:59 UTC 2024
      33.3K bytes
      1 views
      Cache
     
  5. Successive Halving Iterations — scikit-learn 1....

    values = "mean_test_score" ) ax = mean_scores ....iterations" ) ax . set_ylabel ( "mean test score" , fontsize = 15 ) ax...
    scikit-learn.org/stable/auto_examples/model_selection/plot_successive_halving_iterations.html
    Mon Feb 03 17:40:55 UTC 2025
      112.3K bytes
      Cache
     
  6. Guiding your organization with the 2024 Elastic...

    (OSTs) — tools that are used to test and identify flaws in environments....simulations like red teaming or pen testing. We can prepare for these potential...
    www.elastic.co/blog/guiding-your-team-2024-global-threat-report
    Thu Feb 06 00:53:22 UTC 2025
      507.4K bytes
      Cache
     
  7. Visualization of MLP weights on MNIST — scikit-...

    partition and test partition X_train , X_test , y_train , y_test = train_test_split...print ( "Test set score: %f " % mlp . score ( X_test , y_test )) fig...
    scikit-learn.org/stable/auto_examples/neural_networks/plot_mnist_filters.html
    Tue Feb 04 08:40:42 UTC 2025
      93.4K bytes
      Cache
     
  8. Poisson regression and non-normal loss — scikit...

    df_test = train_test_split ( df , test_size = 0.33 ,...df_test [ "Frequency" ], df_test [ "Frequency" ], df_test [ "Exposure"...
    scikit-learn.org/stable/auto_examples/linear_model/plot_poisson_regression_non_normal_loss.html
    Tue Feb 04 08:40:42 UTC 2025
      171.7K bytes
      Cache
     
  9. Nested versus non-nested cross-validation — sci...

    a series of train/validation/test set splits. In the inner loop...error is estimated by averaging test set scores over several dataset...
    scikit-learn.org/stable/auto_examples/model_selection/plot_nested_cross_validation_iris.html
    Mon Feb 03 17:40:52 UTC 2025
      102.4K bytes
      Cache
     
  10. ConfusionMatrixDisplay — scikit-learn 1.6.1 doc...

    X_test , y_train , y_test = train_test_split ( X ,...X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.ConfusionMatrixDisplay.html
    Tue Feb 04 08:40:44 UTC 2025
      148.6K bytes
      Cache
     
Back to top