hillarysanders / deep_learning

Learnin' about Deep Learnin!
1 stars 0 forks source link

clean up beahvioral_model code #15

Open hillarysanders opened 7 years ago

hillarysanders commented 7 years ago

__ Still haven't managed to get args. references away from function code - they should be passed in as parameters. Ideally, there should be no variables that a function just 'expects' to be in the namespace, everything should be passed in explicitly. Including e.g. db connections.