Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 501 - 520 of 1,271 for test (0.14 sec)

  1. 1.13. Feature selection — scikit-learn 1.7.2 do...

    the best features based on univariate statistical tests. It can...we can use a F-test to retrieve the two best features for a dataset...
    scikit-learn.org/stable/modules/feature_selection.html
    Wed Nov 05 14:36:33 UTC 2025
      73.8K bytes
      Cache
     
  2. 12.1. Array API support (experimental) — scikit...

    train_test_split utils.check_consistent_length...checks as part of the common tests to verify that the estimators’...
    scikit-learn.org/stable/modules/array_api.html
    Wed Nov 05 14:36:32 UTC 2025
      77.1K bytes
      Cache
     
  3. RocCurveDisplay — scikit-learn 1.7.2 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.RocCurveDisplay.html
    Wed Nov 05 14:36:33 UTC 2025
      170.5K bytes
      Cache
     
  4. DBFluteのリポジトリ (Github) | DBFlute

    (サンプル) DBFlute Test DBFluteのテストプロジェクト。 DBFlute Test https://git...Project DBFlute Example DBFlute Test UTFlute EMecha DBFlute Session...
    dbflute.seasar.org/ja/environment/repository.html
    Mon Sep 15 10:51:17 UTC 2025
      10.6K bytes
      1 views
      Cache
     
  5. Comparing Nearest Neighbors with and without Ne...

    X_test , y_train , y_test = train_test_split ( X ,...score = clf . score ( X_test , y_test ) _ , ax = plt . subplots...
    scikit-learn.org/stable/auto_examples/neighbors/plot_nca_classification.html
    Wed Nov 05 14:36:35 UTC 2025
      97.9K bytes
      Cache
     
  6. Effect of varying threshold for self-training —...

    train_index ] X_test = X [ test_index ] y_test = y [ test_index ] y_test_true...y_test_true = y_true [ test_index ] self_training_clf . fit (...
    scikit-learn.org/stable/auto_examples/semi_supervised/plot_self_training_varying_threshold.html
    Wed Nov 05 14:36:32 UTC 2025
      102.7K bytes
      Cache
     
  7. Detection error tradeoff (DET) curve — scikit-l...

    X_test , y_train , y_test = train_test_split ( X ,...definitions: \(\text{FPR} = \frac{\text{FP}}{\text{FP} + \text{TN}}\)...
    scikit-learn.org/stable/auto_examples/model_selection/plot_det.html
    Wed Nov 05 14:36:32 UTC 2025
      101.8K bytes
      Cache
     
  8. PassiveAggressiveRegressor — scikit-learn 1.7.2...

    coefficient of determination on test data. The coefficient of determination,...shape (n_samples, n_features) Test samples. For some estimators...
    scikit-learn.org/stable/modules/generated/sklearn.linear_model.PassiveAggressiveRegressor.html
    Wed Nov 05 14:36:33 UTC 2025
      154.1K bytes
      Cache
     
  9. 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
    Wed Nov 05 14:36:32 UTC 2025
      98.1K bytes
      1 views
      Cache
     
  10. Lasta Di (DIコンテナ) | DBFlute

    switch component 'mystic' in unit test @Directory |-src/main/resources...sea.xml // in production | |-src/test/resources |- sea+mystic.xml...
    dbflute.seasar.org/ja/lastaflute/lastadi/index.html
    Mon Sep 15 10:51:17 UTC 2025
      22.9K bytes
      Cache
     
  11. 模範解答的なセクション 2 | DBFlute

    @Directory dbflute-hands-on |-src/test/java | |-org.docksidestage.handson...テストデータが存在すること */ public void test_existsTestData() throws Exception...
    dbflute.seasar.org/ja/tutorial/handson/flower/flower02.html
    Mon Sep 15 10:51:18 UTC 2025
      11.8K bytes
      Cache
     
  12. javatry (じゃゔぁとらい) | DBFlute

    public void test_length_basic() { } ↓↓↓ public void test_length_basic()...(メソッド終了時の変数 sea の中身は?) */ public void test_variable_reassigned_basic()...
    dbflute.seasar.org/ja/tutorial/javatry/index.html
    Mon Sep 15 10:51:18 UTC 2025
      27.4K bytes
      Cache
     
  13. Configure individual browser monitors | Elastic...

    monitors that will run your tests. You’ll need to set a few configuration...the interval at which your tests will run. Specify where the...
    www.elastic.co/docs/solutions/observability/synthetics/configure-individual-browser-monitors
    Tue Nov 04 17:37:30 UTC 2025
      358.7K bytes
      Cache
     
  14. sklearn.model_selection — scikit-learn 1.7.2 do...

    train_test_split Split arrays or matrices...matrices into random train and test subsets. Hyper-parameter optimizers...
    scikit-learn.org/stable/api/sklearn.model_selection.html
    Wed Nov 05 14:36:32 UTC 2025
      129K bytes
      Cache
     
  15. 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
    Wed Nov 05 14:36:32 UTC 2025
      101.5K bytes
      Cache
     
  16. Introducing Elasticsearch Relevance Engine (ESR...

    Engine combines the best of AI with Elastic’s text search. ESRE gives...(ESRE) combines the best of AI with Elastic’s text search. It gives...
    www.elastic.co/search-labs/blog/introducing-elasticsearch-relevance-engine-esre
    Thu Nov 06 00:38:35 UTC 2025
      160.9K bytes
      Cache
     
  17. World News: International Headlines, Breaking R...

    plans for resuming nuclear tests after Trump comments Yuri Cortez...neighborhood Putin plans for nuclear testing in response to Trump NBC News...
    www.nbcnews.com/world
    Thu Nov 06 00:52:43 UTC 2025
      1M bytes
      1 views
      Cache
     
  18. Gaussian Mixture Model Selection — scikit-learn...

    "mean_test_score" ] ] df [ "mean_test_score" ] = - df...estimator are stored in best_parameters_ and best_estimator_ , respectively....
    scikit-learn.org/stable/auto_examples/mixture/plot_gmm_selection.html
    Wed Nov 05 14:36:33 UTC 2025
      138.5K bytes
      Cache
     
  19. additionalTableMap | DBFlute

    map:{ ; columnMap = map:{ ; TEST_ID = map:{ type = INTEGER ;...true ; autoIncrement = true } ; TEST_NAME = map:{ type = VARCHAR...
    dbflute.seasar.org/ja/manual/reference/dfprop/additionaltable/index.html
    Mon Sep 15 10:51:18 UTC 2025
      15K bytes
      Cache
     
  20. 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
    Wed Nov 05 14:36:35 UTC 2025
      120.9K bytes
      1 views
      Cache
     
Back to top