byu-dml / metalearn

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

Clean up imports #197

Closed emrysshevek closed 4 years ago

emrysshevek commented 5 years ago

Especially in metafeatures.py but probably elsewhere in other files as well, there are several extraneous imports. Additionally, in metafeatures.py, we import pandas as pd but also import DataFrame and Series explicitly from pandas, even though later in the code we often use pd.DataFrame and pd.Series.