tdspora / syngen

Open-source version of the TDspora synthetic data generation algorithm.
https://tdspora.ai/
GNU General Public License v3.0
17 stars 4 forks source link

Start the session to mlflow at the start of inference process with "print_report=False" #336

Closed tdspora closed 6 months ago

tdspora commented 6 months ago

Start of run in MLflow should not depends on the value of '--print_report' parameter. As for now in case '--print_report'=False, the run for inference process is not created in MLflow. And vice-versa, the run in created as far as '--print_report'=True

Regarding the training process started with --print_report=True, the only one run (TRAIN) should be created. The run should contain the reports and metrics as well.

tdspora commented 6 months ago

Fixed. Available in the v.0.5.5