KumaranT
Databricks Employee
Databricks Employee

Hi @fh ,

To avoid this double execution, you can try using the concurrent.futures module in Python to parallelize the training of your models. This module provides a high-level interface for asynchronously executing callables.