Currently:
save_full_model_results = dbutils.widgets.get("save_full_model_results") == "True"
If someone (cough) enters "true" instead of "True" then it doesn't work. this isn't very user friendly. We could ensure that the left side is cast to lower?
Currently:
save_full_model_results = dbutils.widgets.get("save_full_model_results") == "True"If someone (cough) enters "true" instead of "True" then it doesn't work. this isn't very user friendly. We could ensure that the left side is cast to lower?