In [2]:
# notebook used for testing random stuff
import json
featurefile = "generative_features"
global_feat_dict = json.load(open(featurefile + "_dict.save"))

In [3]:
len(global_feat_dict)


Out[3]:
3289

In [ ]: