Open michaelleerilee opened 2 years ago
In https://github.com/SpatioTemporal/featureDB/blob/main/analyze.ipynb
we have
data_dir = '/tablespace/xcal/' with open(f'{data_dir}/pickles/featuredb.pickle', 'rb') as f: features = pickle.load( f)
What is features?
features
they are the output of make_df.ipynb ... i
In https://github.com/SpatioTemporal/featureDB/blob/main/analyze.ipynb
we have
What is
features
?