v0.0.4
Refactored Model architecture to be more maintainable. Now abstract class BaseModel
has two subclasses TableModel
and SingleFeatureModel
for full table regression and single feature regression respectively. Explicit Dask integration is removed as it was too unwieldy. A ModelIterator
class is provided to make iterating over single features from a table more accessible.