Open
Description
In #27 @wagenrace added a load_data()
function. Since the data will be used over and over again, this function will be used over and over again.
We should move the load_data()
function from 3.train_ebimage/1.random_forest/random-forest.py
to a more visible location that is not self contained within the analysis module.