byu-dml / metalearn

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

Don't globally suppress warnings #157

Closed emrysshevek closed 5 years ago

emrysshevek commented 5 years ago

Closes #144. Warnings were actually being given when running the landmarking metafeatures, so the warning filters were moved to the appropriate spot. The concerns that were raised in the issue #144 still apply in multi-applications as with warnings.catch_warnings(): is not thread safe.