berkeley-stat159 / project-delta

BSD 3-Clause "New" or "Revised" License
4 stars 5 forks source link

Add path paramter, default value is set to False. #99

Closed yfxia closed 8 years ago

yfxia commented 8 years ago

@VictorKong94 This is a slight modification in .init method, just to make my script run. The default value is set to False. Please let me know if you feel comfortable with it. Since the path to make coverage and run script are different, this is one possible solution that I can think of. Thanks a lot.

VictorKong94 commented 8 years ago

Which scripts require this modification? I was thinking of doing what was mentioned in class and making everything run from the main project directory.

yfxia commented 8 years ago

right now run_logistic_model, but actually every script needs this modification, since make_class is not in the directory as the 'data' folder.

liuanna commented 8 years ago

Since make_class.py is in utils while data is in main directory, every time we try to create a run object, it raises an error because make_class cannot access data/ds005/sub%s/" % sub_id at current directory.