Exemplo n.º 1
0
def load_features(items):
    '''Takes a list of json specifications, returns a list of functions '''
    return [features.make_feature(item) for item in items]