Hi,
I love what you guys are doing. Keep on the good work.
Question:
Using Mindsdb + Mariadb I would like to get the probability for all items in a column with a limited set of values.
Lets take for example in the bank_churn example data. Suppose I train to predict the geography column.
Instead of getting the top country (e.g. Germany) I would like to get the probability for all countries
Germany 0.8
France 0.6
Italy 0.3
Etc…
Please advise.
Thanks!