I am running cross_validation, training a bunch of models in a loop like this:
Use the wildcard or disable all together:
task = Task.init(..., auto_connect_frameworks={"joblib": False})
You can also do
task = Task.init(..., auto_connect_frameworks={"joblib": ["realmodelonly.pkl", ]})
should be the full path, or just the file name?
just file name, this is basically fname matching
"realmodelonly.pkl"
should be the full path, or just the file name?