Skip to content

Commit

Permalink
fix dynamic test for py pipeline algo
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhrusen committed Feb 2, 2024
1 parent 73683e6 commit 458f902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion h2o-py/tests_rest_smoke/testdir_multi_jvm/test_rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
algos = ['coxph', 'kmeans', 'deeplearning', 'drf', 'glm', 'gbm', 'pca', 'naivebayes', 'glrm', 'svd', 'isotonicregression',
'psvm', 'aggregator', 'word2vec', 'stackedensemble', 'xgboost', 'isolationforest', 'gam',
'generic', 'targetencoder', 'rulefit', 'extendedisolationforest', 'anovaglm', 'modelselection',
'upliftdrf', 'infogram', 'dt', 'adaboost']
'upliftdrf', 'infogram', 'dt', 'adaboost', 'pipeline']

algo_additional_default_params = { 'grep' : { 'regex' : '.*' },
'kmeans' : { 'k' : 2 },
Expand Down

0 comments on commit 458f902

Please sign in to comment.