Mercurial > repos > goeckslab > pycaret_predict
diff pycaret_predict.xml @ 6:a32ff7201629 draft default tip
planemo upload for repository https://github.com/goeckslab/gleam commit 06c0da44ac93256dfb616a6b40276b5485a71e8e
author | goeckslab |
---|---|
date | Wed, 02 Jul 2025 19:00:03 +0000 |
parents | afd0864d18b6 |
children |
line wrap: on
line diff
--- a/pycaret_predict.xml Sat Jun 21 15:07:04 2025 +0000 +++ b/pycaret_predict.xml Wed Jul 02 19:00:03 2025 +0000 @@ -35,7 +35,12 @@ <param name="model_type" value="classification" /> <param name="target_feature" value="11" /> <output name="prediction" file="predictions_classification.csv" /> - <output name="report" file="evaluation_report_classification.html" compare="sim_size" /> + <output name="report"> + <assert_contents> + <has_text text="Metrics" /> + <has_text text="Plots" /> + </assert_contents> + </output> </test> <test expect_num_outputs="2"> <param name="input_model" value="expected_model_regression.h5" /> @@ -43,7 +48,12 @@ <param name="model_type" value="regression" /> <param name="target_feature" value="1" /> <output name="prediction" file="predictions_regression.csv" /> - <output name="report" file="evaluation_report_regression.html" compare="sim_size" /> + <output name="report"> + <assert_contents> + <has_text text="Metrics" /> + <has_text text="Plots" /> + </assert_contents> + </output> </test> </tests> <help> @@ -58,4 +68,4 @@ </help> <expand macro="macro_citations" /> -</tool> \ No newline at end of file +</tool>