rstudio / cloudml

R interface to Google Cloud Machine Learning Engine
https://tensorflow.rstudio.com/tools/cloudml/
65 stars 24 forks source link

Use a default config if no config is provided via an yml file or list. #198

Closed dfalbel closed 5 years ago

dfalbel commented 5 years ago

This fixes #197

If we pass no config file, we end up with a configuration file with just []. This is interpreted as a list by pyyaml (not a dictionary) and may be returning this error 'list' object has no attribute 'get'