Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 241 - 250 of 840 for tests (0.1 sec)

  1. fetch_species_distributions — scikit-learn 1.6....

    in degrees test record array, shape = (620,) The test points for...
    scikit-learn.org/stable/modules/generated/sklearn.datasets.fetch_species_distributions.html
    Mon May 12 15:17:03 UTC 2025
      113.2K bytes
      Cache
     
  2. 1.13. Feature selection — scikit-learn 1.6.1 do...

    based on univariate statistical tests. It can be seen as a preprocessing...common univariate statistical tests for each feature: false positive...
    scikit-learn.org/stable/modules/feature_selection.html
    Mon May 12 15:17:01 UTC 2025
      73.2K bytes
      Cache
     
  3. 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 Apr 28 16:40:32 UTC 2025
      36.8K bytes
      1 views
      Cache
     
  4. Permutation Importance with Multicollinear or C...

    X_test , y_train , y_test = train_test_split ( X ,...accuracy on test data: { clf . score ( X_test , y_test ) : .2 }...
    scikit-learn.org/stable/auto_examples/inspection/plot_permutation_importance_multicollinear.html
    Mon May 12 15:17:01 UTC 2025
      117K bytes
      Cache
     
  5. Crafting a minimal reproducer for scikit-learn ...

    the train_test_split X_train , X_test , y_train , y_test = train_test_split...( X_test , y_test ) other_score = gbdt . score ( X_test , y_test...
    scikit-learn.org/stable/developers/minimal_reproducer.html
    Mon May 12 15:17:01 UTC 2025
      61.3K bytes
      Cache
     
  6. Examples — scikit-learn 1.6.1 documentation

    Comparison of F-test and mutual information Comparison of F-test and mutual...regularization on training and test error Effect of model regularization...
    scikit-learn.org/stable/auto_examples/index.html
    Mon May 12 15:17:03 UTC 2025
      274.1K bytes
      Cache
     
  7. StratifiedKFold — scikit-learn 1.6.1 documentation

    Provides train/test indices to split data in train/test sets. This..." ) ... print ( f " Test: index= { test_index } " ) Fold 0: Train:...
    scikit-learn.org/stable/modules/generated/sklearn.model_selection.StratifiedKFold.html
    Mon May 12 15:17:03 UTC 2025
      124.6K bytes
      Cache
     
  8. DetCurveDisplay — scikit-learn 1.6.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
    Mon May 12 15:17:03 UTC 2025
      135.3K bytes
      Cache
     
  9. CategoricalNB — scikit-learn 1.6.1 documentation

    classification on an array of test vectors X. Parameters : X array-like...probability estimates for the test vector X. For each row x of...
    scikit-learn.org/stable/modules/generated/sklearn.naive_bayes.CategoricalNB.html
    Mon May 12 15:17:03 UTC 2025
      152.8K bytes
      Cache
     
  10. GradientBoostingClassifier — scikit-learn 1.6.1...

    X_test = X [: 2000 ], X [ 2000 :] >>> y_train , y_test = y...y_train ) >>> clf . score ( X_test , y_test ) 0.913... apply ( X ) [source]...
    scikit-learn.org/stable/modules/generated/sklearn.ensemble.GradientBoostingClassifier.html
    Mon May 12 15:17:01 UTC 2025
      181.9K bytes
      Cache
     
Back to top