def ml_get_training_base_dir(self, dataset_name, debug=False):
basedir_path = os.getenv("ENV_SYNTHESIZE_DIR", "/opt/work/data/src")
# Prob want to sync these with a common s3 location in the future:
if self.running_on_aws():
basedir_path = os.getenv("ENV_SYNTHESIZE_DIR", "/opt/work/data/src")
return basedir_path
# end of ml_get_training_base_dir
#####################################################################################################
#
# Seaborn Methods
#
#####################################################################################################
评论列表
文章目录