fix: fix some minor bugs and add AutoML & cross-validation (#604)

* fix some complex sentences

* add AutoML in model and cross-validation in workflow
This commit is contained in:
Yuante Li
2025-02-17 19:14:50 +08:00
committed by GitHub
parent fd27842a98
commit 21d88f38d0
3 changed files with 9 additions and 7 deletions
@@ -36,6 +36,7 @@ model_coder:
--------- Feature Engineering Code ---------
{{ feature_code }}
2. You should avoid using logging module to output information in your generated code, and instead use the print() function.
3. You can decide whether to use AutoML based on the characteristics of the task.
## Output Format
{% if out_spec %}