mindsdb / mindsdb_native

Machine Learning in one line of code
http://mindsdb.com
GNU General Public License v3.0
37 stars 28 forks source link

Some fixes for quick predict #378

Closed paxcema closed 3 years ago

paxcema commented 3 years ago

Why

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.