byu-dml / metalearn

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

Remove feature level mfs #182

Closed emrysshevek closed 5 years ago

emrysshevek commented 5 years ago

This has been done pretty naively, the only change is removing the objects for the feature level mfs in the metafeatures.json file. They still exist in the code and in the metafeatures.json as part of the return of their respective functions.

bjschoenfeld commented 5 years ago

@macetheace96 Can you add a test that checks the type of the returned metafeatures and makes sure they are floats or nan/none. Do we still return strings in some cases?