Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 511 - 520 of 1,331 for test (0.94 sec)

  1. Features in Histogram Gradient Boosting Trees —...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , test_size = 0.4 , shuffle = False ) print...
    scikit-learn.org/stable/auto_examples/ensemble/plot_hgbt_regression.html
    Wed Aug 20 16:02:08 UTC 2025
      150.9K bytes
      Cache
     
  2. 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...
    Tue Aug 19 13:22:49 UTC 2025
      6.1K bytes
     
  3. 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
    Wed Aug 20 16:02:08 UTC 2025
      103.3K bytes
      Cache
     
  4. fetch_lfw_pairs — scikit-learn 1.7.1 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 Aug 20 16:02:09 UTC 2025
      113.1K bytes
      Cache
     
  5. dbflute-maven-plugin - dbflute:generate-crud-ta...

    jdbc generate doc outside-sql-test replace-schema sql2entity manage...
    dbflute.seasar.org/maven/plugin/ja/generate-crud-tablemeta-mojo.html
    Tue Aug 12 02:41:09 UTC 2025
      10K bytes
      Cache
     
  6. Explicit feature map approximation for RBF kern...

    the second half: data_test , targets_test = ( data [ n_samples...2 :]) # data_test = scaler.transform(data_test) # Create a classifier:...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_kernel_approximation.html
    Wed Aug 20 16:02:08 UTC 2025
      124.4K bytes
      Cache
     
  7. 3.2. Tuning the hyper-parameters of an estimato...

    and the best combination is retained. Examples See Nested versus...Advanced examples # See Nested versus non-nested cross-validation for...
    scikit-learn.org/stable/modules/grid_search.html
    Wed Aug 20 16:02:07 UTC 2025
      130.8K bytes
      Cache
     
  8. Metadata Routing — scikit-learn 1.7.1 documenta...

    raised: try : meta_est . fit ( X , y , test = my_weights ) except...work as expected. est = ExampleClassifier () est . fit ( X , y ,...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_metadata_routing.html
    Wed Aug 20 16:02:09 UTC 2025
      272.6K bytes
      Cache
     
  9. DetCurveDisplay — scikit-learn 1.7.1 documentation

    X_test , y_train , y_test = train_test_split ( ......X_train , X_test , y_train , y_test = train_test_split ( ......
    scikit-learn.org/stable/modules/generated/sklearn.metrics.DetCurveDisplay.html
    Wed Aug 20 16:02:09 UTC 2025
      137.8K bytes
      Cache
     
  10. power_transform — scikit-learn 1.7.1 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.power_transform.html
    Wed Aug 20 16:02:08 UTC 2025
      112.6K bytes
      Cache
     
Back to top