Skip to content

v0.0.4

Compare
Choose a tag to compare
@gibsramen gibsramen released this 27 Jul 22:58
· 79 commits to main since this release
34e9909

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.