Mercurial > repos > goeckslab > ludwig_visualize
diff ludwig_render_config.py @ 4:ef7124ab6b02 draft default tip
planemo upload for repository https://github.com/goeckslab/Galaxy-Ludwig.git commit 4dc221b2fa9717552787f0985ad3fc3df4460158
author | goeckslab |
---|---|
date | Sat, 21 Jun 2025 15:06:00 +0000 |
parents | dceb8493730d |
children |
line wrap: on
line diff
--- a/ludwig_render_config.py Tue Mar 18 22:08:39 2025 +0000 +++ b/ludwig_render_config.py Sat Jun 21 15:06:00 2025 +0000 @@ -2,6 +2,7 @@ import logging import sys +import yaml from ludwig.constants import ( COMBINER, HYPEROPT, @@ -13,7 +14,6 @@ ) from ludwig.schema.model_types.utils import merge_with_defaults -import yaml logging.basicConfig(level=logging.DEBUG) LOG = logging.getLogger(__name__)