Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 441 - 450 of 1,305 for test (2.04 sec)

  1. Curve Fitting with Bayesian Ridge Regression — ...

    increasing = True ) X_test = np . vander ( x_test , n_order + 1 , increasing...predict ( X_test , return_std = True ) ax . plot ( x_test , func (...
    scikit-learn.org/stable/auto_examples/linear_model/plot_bayesian_ridge_curvefit.html
    Fri Oct 10 15:14:35 UTC 2025
      98.1K bytes
      1 views
      Cache
     
  2. From Uptime to Synthetics in Elastic: Your migr...

    project named synthetic-project-test in the current directory. npx...@elastic/synthetics init synthetic-project-test Follow the prompt instructions...
    www.elastic.co/observability-labs/blog/uptime-to-synthetics-guide
    Tue Sep 23 01:14:22 UTC 2025
      82.5K bytes
      Cache
     
  3. 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
    Mon Oct 06 22:31:18 UTC 2025
      4.7K bytes
     
  4. Tags — scikit-learn 1.7.2 documentation

    _skip_test bool, default=False Whether to skip common tests entirely....requires_fit: bool = True , _skip_test: bool = False , input_tags:...
    scikit-learn.org/stable/modules/generated/sklearn.utils.Tags.html
    Thu Oct 09 16:57:48 UTC 2025
      110.8K bytes
      1 views
      Cache
     
  5. Robust linear estimator fitting — scikit-learn ...

    sin ( X_test ) X_test = X_test [:, np . newaxis ] y_errors...newaxis ] X_test = np . random . normal ( size = 200 ) y_test = np ....
    scikit-learn.org/stable/auto_examples/linear_model/plot_robust_fit.html
    Fri Oct 10 15:14:35 UTC 2025
      101.5K bytes
      Cache
     
  6. Evaluation of outlier detection estimators — sc...

    reduced using a stratified train_test_split . Furthermore, we set...sklearn.model_selection import train_test_split X , y = fetch_kddcup99...
    scikit-learn.org/stable/auto_examples/miscellaneous/plot_outlier_detection_bench.html
    Fri Oct 10 15:14:33 UTC 2025
      164.6K bytes
      Cache
     
  7. LastaFlute移行 0.8.2 to 0.8.3 | LastaFlute

    [App]ActionDefTest にメソッドを二つ追加 test_injectedResourceDefi() と test_lastaPresentsSomethi()...test_lastaPresentsSomethi() の二つ。 test_injectedResourceDefi() @ResourceアノテーションによるDI定義のポリシーチェック...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/migration/lamig082to083.html
    Mon Sep 15 10:51:17 UTC 2025
      36.8K bytes
      1 views
      Cache
     
  8. 5.2. Permutation feature importance — scikit-le...

    model_selection import train_test_split >>> from sklearn.linear_model...X_val , y_train , y_val = train_test_split ( ... diabetes . data...
    scikit-learn.org/stable/modules/permutation_importance.html
    Fri Oct 10 15:14:35 UTC 2025
      56.2K bytes
      Cache
     
  9. Common problems | APM Server Reference [7.15] |...

    commands: apm-server test config apm-server test output To see if...and IP match. Use OpenSSL to test connectivity to the target server...
    www.elastic.co/guide/en/apm/server/current/common-problems.html
    Tue Nov 21 23:15:48 UTC 2023
      34.3K bytes
      Cache
     
  10. Gaussian processes on discrete data structures ...

    ) X_test = [ "AAA" , "ATAG" , "CTC" , "CT" , "C" ] Y_test = [...len ( X_test )), [ 1.0 if c else - 1.0 for c in Y_test ], s =...
    scikit-learn.org/stable/auto_examples/gaussian_process/plot_gpr_on_structured_data.html
    Fri Oct 10 15:14:35 UTC 2025
      120.9K bytes
      1 views
      Cache
     
Back to top