EducationalTestingService / skll

SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
http://skll.readthedocs.org
Other
550 stars 69 forks source link

--drop-blanks in filter_features failes if every single row in the feature file has a blank #693

Closed desilinguist closed 2 years ago

desilinguist commented 3 years ago

It's because pandas returns an empty data frame and then the DictVectorizer chokes.