healthcareai-py icon indicating copy to clipboard operation
healthcareai-py copied to clipboard

Split TrainedSupervisedModel into 3 classes (Base, Regressor, Classifier)

Open Aylr opened this issue 7 years ago • 0 comments

Background

There is a ton of logic for classification only properties that is making maintenance burdensome. Extract out two new classes TrainedRegressor and TrainedClassifier (or other better names) that inherit from the TrainedSupervisedModel class. This will drastically clean up code, tests and make maintenance easier.

Aylr avatar Nov 18 '17 21:11 Aylr