Great, thanks! This is what I searched for 👍
Hi SpotlessLeopard9 ,
You can disable the joblib connection with ClearML in your Task.init call (need to disable scikit ):
task = Task.init(project_name='example project', task_name='task without joblib binding', auto_connect_frameworks={'scikit': False})