ikmckenz/target-pred-py

Refactor model class to use an abstract base class

Closed this issue · 0 comments

Should refactor the models class to use an Abstract Base Class, because the class functionality should mostly remain the same despite underlying model type.

Then make the existing RF model a subclass of the new base class, and any new model implementations (like the Neural Network model) should be subclasses as well.