Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 251 - 260 of 931 for tests (0.1 sec)

  1. ExtraTreesRegressor — scikit-learn 1.6.1 docume...

    X_test , y_train , y_test = train_test_split ( ......y_train ) >>> reg . score ( X_test , y_test ) 0.2727... apply ( X )...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.ExtraTreesRegressor.html
    Tue Feb 04 08:40:44 UTC 2025
      165.2K bytes
      Cache
     
  2. class_likelihood_ratios — scikit-learn 1.6.1 do...

    obtain post-test probabilities given a pre-test probability....classifier being a diagnostic test; the pre-test probability of an individual...
    scikit-learn.org/stable/modules/generated/sklearn.metrics.class_likelihood_ratios.html
    Tue Feb 04 08:40:43 UTC 2025
      119.5K bytes
      Cache
     
  3. ShrunkCovariance — scikit-learn 1.6.1 documenta...

    : X_test array-like of shape (n_samples, n_features) Test data...the observations. score ( X_test , y = None ) [source] # Compute...
    scikit-learn.org/stable/modules/generated/sklearn.covariance.ShrunkCovariance.html
    Tue Feb 04 08:40:43 UTC 2025
      131.9K bytes
      Cache
     
  4. Feature discretization — scikit-learn 1.6.1 doc...

    training and test part X_train , X_test , y_train , y_test = train_test_split...and testing points ax . scatter ( X_test [:, 0 ], X_test [:,...
    scikit-learn.org/stable/auto_examples/preprocessing/plot_discretization_classification.html
    Tue Feb 04 08:40:44 UTC 2025
      128K bytes
      Cache
     
  5. GroupKFold — scikit-learn 1.6.1 documentation

    f " Test: index= { test_index } , group= { groups [ test_index...indices for that split. test ndarray The testing set indices for that...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.GroupKFold.html
    Tue Feb 04 08:40:43 UTC 2025
      127.7K bytes
      Cache
     
  6. Nearest Neighbors regression — scikit-learn 1.6...

    axis = 0 ) X_test = np . linspace ( 0 , 5 , 500...X_train , y ) . predict ( X_test ) plt . subplot ( 2 , 1 , i...
    scikit-learn.org/stable/auto_examples/neighbors/plot_regression.html
    Tue Feb 04 08:40:45 UTC 2025
      91.4K bytes
      Cache
     
  7. cross_validate — scikit-learn 1.6.1 documentation

    this dict are: test_score The score array for test scores on each..._score in test_score changes to a specific metric like test_r2 or...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
    Tue Feb 04 08:40:43 UTC 2025
      137.1K bytes
      Cache
      Similar Results (1)
     
  8. LastaFluteのJakarta対応 (Java21) | LastaFlute

    jakarta | Github exampleやtestも exampleやtestプロジェクトもブランチで分けてマージ管理していきます。...Jakarta版LastaFlute リリース一覧 Java8版との整合性 exampleやtestも 依存ライブラリをJakartaに 依存スコープに夜じゃなくて寄る...
    dbflute.seasar.org/ja/lastaflute/howto/upgrade/lakarta.html
    Tue Nov 12 15:10:59 UTC 2024
      26.9K bytes
      Cache
     
  9. OpenTelemetry Bridge | APM .NET Agent Reference...

    var src = new ActivitySource("Test"); using var activity1 = sr...var src = new ActivitySource("Test"); tracer.CaptureTransaction(...
    www.elastic.co/guide/en/apm/agent/dotnet/current/opentelemetry-bridge.html
    Tue Aug 27 23:14:16 UTC 2024
      21.6K bytes
      Cache
     
  10. 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 Feb 04 08:40:42 UTC 2025
      98K bytes
      Cache
     
Back to top