Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 341 - 350 of 837 for tests (0.16 sec)

  1. Quantile regression — scikit-learn 1.6.1 docume...

    evaluation by looking at the test error obtained by cross-validation...."neg_mean_squared_error" ], ) print ( f """Test error (cross-validated performance)...
    scikit-learn.org/stable/auto_examples/linear_model/plot_quantile_regression.html
    Tue May 13 14:25:46 UTC 2025
      134.6K bytes
      Cache
     
  2. Swaggerの環境セットアップ | LastaFlute

    実際には、UTFluteが依存していますが、UTFlute自体はtestスコープなので、そのままだとアプリ実行環境で使えないので...を [App]LastaDocTest に追加します。 test_swaggerJson() を追加し、さらに prepareMockContextPa()...
    dbflute.seasar.org/ja/lastaflute/howto/structure/swaggerenv.html
    Mon Apr 28 16:40:32 UTC 2025
      30.5K bytes
      Cache
     
  3. DummyRegressor — scikit-learn 1.6.1 documentation

    n_features) Test samples. Passing None as test samples gives...# Perform classification on test vectors X. Parameters : X array-like...
    scikit-learn.org/stable/modules/generated/sklearn.dummy.DummyRegressor.html
    Tue May 13 14:25:44 UTC 2025
      140.9K bytes
      Cache
     
  4. Dimensionality Reduction with Neighborhood Comp...

    train/test X_train , X_test , y_train , y_test = train_test_split...( model . transform ( X_test ), y_test ) # Embed the data set...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_dim_reduction.html
    Tue May 13 14:25:44 UTC 2025
      98K bytes
      Cache
     
  5. Version 0.20 — scikit-learn 1.6.1 documentation

    the train and test data are centered with the train...be scored without supplying test samples. #11951 by Rüdiger Busche...
    scikit-learn.org/stable/whats_new/v0.20.html
    Tue May 13 14:25:46 UTC 2025
      309.7K bytes
      Cache
     
  6. Scalable learning with polynomial kernel approx...

    import train_test_split X_train , X_test , y_train , y_test = train_test_split...train_test_split ( X , y , train_size = 5_000 , test_size = 10_000...
    scikit-learn.org/stable/auto_examples/kernel_approximation/plot_scalable_poly_kernels.html
    Tue May 13 14:25:46 UTC 2025
      115.4K bytes
      Cache
     
  7. validation_curve — scikit-learn 1.6.1 documenta...

    print ( f "The average test accuracy is { test_scores . mean () :...curve. Determine training and test scores for varying parameter...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.validation_curve.html
    Tue May 13 14:25:46 UTC 2025
      121.1K bytes
      Cache
     
  8. ハンズオンニュース | DBFlute

    -- Testing --> <!-- = = = = --> <!-- unit test --> <dependency>...文を編成 (seasar 部分を lastadi に) src/test/resources のファイルをすべて削除、.gitkeep...
    dbflute.seasar.org/ja/tutorial/handson/news.html
    Mon Apr 28 16:40:32 UTC 2025
      21.3K bytes
      1 views
      Cache
     
  9. Installing scikit-learn — scikit-learn 1.6.1 do...

    2 tests pytest-cov 2.9.0 tests ruff 0.5.1 tests black 24.3.0...24.3.0 tests mypy 1.9 tests pyamg 4.0.0 tests polars 0.20.30 docs,...
    scikit-learn.org/stable/install.html
    Tue May 13 14:25:46 UTC 2025
      53.9K bytes
      Cache
     
  10. is_outlier_detector — scikit-learn 1.6.1 docume...

    instance Estimator object to test. Returns : out bool True if...
    scikit-learn.org/stable/modules/generated/sklearn.base.is_outlier_detector.html
    Tue May 13 14:25:44 UTC 2025
      105.1K bytes
      Cache
     
Back to top