We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6f435 commit 357244aCopy full SHA for 357244a
ami/ml/models/pipeline.py
@@ -852,7 +852,7 @@ def save_results(
852
)
853
854
algorithms_known: dict[str, Algorithm] = {algo.key: algo for algo in pipeline.algorithms.all()}
855
- job_logger.info(f"Algorithms registered for pipeline: \n{''.join(algorithms_known.keys())}")
+ job_logger.info(f"Algorithms registered for pipeline: \n{', '.join(algorithms_known.keys())}")
856
857
if results.algorithms:
858
logger.warning(
0 commit comments