Provide for user functions which allow easy scoring of trained model. Currently, we export the data prep and model pipeline as dict, but in order to produce scores, users need to manually calculate them.
To be discussed how this will be implemented (perhaps as a predict_proba in the model class?)
Provide for user functions which allow easy scoring of trained model. Currently, we export the data prep and model pipeline as dict, but in order to produce scores, users need to manually calculate them.
To be discussed how this will be implemented (perhaps as a predict_proba in the model class?)