Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 571 - 580 of 1,345 for test (0.68 sec)

  1. Visualizing cross-validation behavior in scikit...

    cross-validation Nested versus non-nested cross-validation Nested versus...split data into training and test sets in order to avoid model...
    scikit-learn.org/stable/auto_examples/model_selection/plot_cv_indices.html
    Mon Jun 30 13:50:29 UTC 2025
      119.9K bytes
      Cache
     
  2. Univariate Feature Selection — scikit-learn 1.7...

    X_test , y_train , y_test = train_test_split ( X ,...format ( clf . score ( X_test , y_test ) ) ) svm_weights = np ....
    scikit-learn.org/stable/auto_examples/feature_selection/plot_feature_selection.html
    Mon Jun 30 13:50:30 UTC 2025
      105.9K bytes
      Cache
     
  3. plot_release_highlights_1_7_0.ipynb

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)\n\nclf...sklearn.model_selection import train_test_split\nfrom sklearn.pipeline...
    scikit-learn.org/stable/_downloads/b7d178d09f44d400894015228deb0ddb/plot_release_highlights_1_7_0...
    Sun Jun 29 19:04:30 UTC 2025
      6.1K bytes
     
  4. Ridge coefficients as a function of the L2 Regu...

    our trained predictions to the test data and see the statistical...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/linear_model/plot_ridge_coeffs.html
    Mon Jun 30 13:50:27 UTC 2025
      103.3K bytes
      Cache
     
  5. Release Highlights for scikit-learn 1.6 — sciki...

    Many tests in the common test suite are updated...removed the _xfail_checks tag and tests which are expected to fail are...
    scikit-learn.org/stable/auto_examples/release_highlights/plot_release_highlights_1_6_0.html
    Mon Jun 30 13:50:27 UTC 2025
      110.6K bytes
      Cache
     
  6. ハンズオンセクション 6 | DBFlute

    UnitContainerTestCas { public void test_ ... () { // _testで補完 ... } } テストクラスで...グが出力されていたかと思います。 これは、既に src/test/resources 配下に log4j.properties...
    dbflute.seasar.org/ja/tutorial/handson/section06.html
    Fri Jun 13 09:55:28 UTC 2025
      42.9K bytes
      Cache
     
  7. Column Transformer with Heterogeneous Data Sour...

    ) X_test , y_test = fetch_20newsgroups ( random_state...body = text . partition ( " \n\n " ) # store body text in second...
    scikit-learn.org/stable/auto_examples/compose/plot_column_transformer.html
    Mon Jun 30 13:50:27 UTC 2025
      107.7K bytes
      Cache
     
  8. Visualizing the probabilistic predictions of a ...

    = [ est . predict_proba ( test_sample ) . ravel () for est in...estimators_ ] for ( est_name , _ ), est_probas in zip ( eclf...
    scikit-learn.org/stable/auto_examples/ensemble/plot_voting_decision_regions.html
    Mon Jun 30 13:50:27 UTC 2025
      175.2K bytes
      Cache
     
  9. scale — scikit-learn 1.7.0 documentation

    splitting into training and test sets. This will bias the model...information would have leaked from the test set to the training set. In...
    scikit-learn.org/stable/modules/generated/sklearn.preprocessing.scale.html
    Mon Jun 30 13:50:27 UTC 2025
      111.4K bytes
      Cache
     
  10. plot_release_highlights_1_7_0.py

    y_val = train_test_split(X, y, test_size=0.2, random_state=0)...sklearn.model_selection import train_test_split from sklearn.pipeline...
    scikit-learn.org/stable/_downloads/27dd4dbb41dee53fc86e0d5b6d3254d3/plot_release_highlights_1_7_0.py
    Sun Jun 29 19:04:30 UTC 2025
      4.7K bytes
     
Back to top