SpatioTemporal / featureDB

1 stars 0 forks source link

What is features in the analyze notebook? #3

Open michaelleerilee opened 2 years ago

michaelleerilee commented 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?

NiklasPhabian commented 2 years ago

they are the output of make_df.ipynb ... i