@<1523701205467926528:profile|AgitatedDove14> thanks!
"realmodelonly.pkl"
should be the full path, or just the file name?
Hi @<1523702786867335168:profile|AdventurousButterfly15>
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