Skip to content

Commit

Permalink
changed test file
Browse files Browse the repository at this point in the history
  • Loading branch information
qchiujunhao committed Sep 25, 2024
1 parent b74b367 commit 7d519cb
Show file tree
Hide file tree
Showing 5 changed files with 101 additions and 951 deletions.
3 changes: 0 additions & 3 deletions tools/pycaret_train.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@
</inputs>
<outputs>
<data name="model" format="data" from_work_dir="model.pkl" label="${tool.name} best model on ${on_string}" />
<!-- <data name="dashboard" format="html" from_work_dir="dashboard.html" label="${tool.name} Dashboard on ${on_string}"/> -->
<data name="comparison_result" format="html" from_work_dir="comparison_result.html" label="${tool.name} Comparison result on ${on_string}"/>
</outputs>
<tests>
Expand All @@ -154,7 +153,6 @@
<param name="target_feature" value="11"/>
<param name="model_type" value="classification"/>
<output name="model" file="expected_model_classification" compare="sim_size"/>
<!-- <output name="dashboard" file="expected_dashboard_classification.html" compare="sim_size" /> -->
<output name="comparison_result" file="expected_comparison_result_classification.html" compare="sim_size">
<extra_files type="file" name="best_model.csv" value="expected_best_model_classification.csv" />
</output>
Expand All @@ -173,7 +171,6 @@
<param name="remove_multicollinearity" value="true"/>
<param name="polynomial_features" value="true"/> -->
<output name="model" file="expected_model_regression" compare="sim_size" />
<!-- <output name="dashboard" file="expected_dashboard_regression.html" compare="sim_size" /> -->
<output name="comparison_result" file="expected_comparison_result_regression.html" compare="sim_size">
<extra_files type="file" name="best_model.csv" value="expected_best_model_regression.csv" />
</output>
Expand Down
123 changes: 46 additions & 77 deletions tools/test-data/expected_comparison_result_classification.html

Large diffs are not rendered by default.

124 changes: 55 additions & 69 deletions tools/test-data/expected_comparison_result_regression.html

Large diffs are not rendered by default.

Loading

0 comments on commit 7d519cb

Please sign in to comment.