byu-dml / metalearn

BYU's python library of useable tools for metalearning
MIT License
22 stars 6 forks source link

Add Group Filtering to `Metafeatures.compute` API #195

Closed epeters3 closed 4 years ago

epeters3 commented 5 years ago

PR #192 adds functionality for decorating metafeatures with zero to many group names. It also decorates all currently existing metafeatures with one or more of these group names: "simple", "text", "statistical", "info_theoretic", "landmarking", "model_based". Once #192 is merged, the Metafeatures.compute method will need to be augmented to use those groups, and improve the user's ability to filter by group.