Neuroglycerin / neukrill-net-tools

Tools coded as part of the NDSB competition.
MIT License
0 stars 0 forks source link

Standardise High Level Features #102

Closed scottclowe closed 9 years ago

scottclowe commented 9 years ago

We should have a common interface for basic attributes, bag of words, local feature forests, global features, and even CNN features.

I have been working to create a common class structure for these, in a way where they can be easily merged together to construct larger feature vectors.

The methods of this class will support fit() and transform() so we can work with the sklearn.Pipline structure and explore model parameters easily.