There were some issues when using quick_predict after quick_learning with a predictor.
How
Adding explicit keyword argument passing, setting the output_data in the predict transaction, modifying explain to handle absence of confidence range info, and calling quick_predict in the quick_interface flow test.
Why
There were some issues when using
quick_predict
afterquick_learn
ing with a predictor.How
Adding explicit keyword argument passing, setting the
output_data
in the predict transaction, modifyingexplain
to handle absence of confidence range info, and callingquick_predict
in thequick_interface
flow test.