eldr.ai | ELDR AI - Predictions & Recommendations via CSV



Have a look at the file you've just downloaded. You will see it looks very similar to the data we used to train ELDR. We have the same labels (PostCode, CreditScore, Age, Product and PaymentMethod) as well as the same input designators (ipc,ip,ipc,ipc). What is obviously missing is the output (op) field - Churn - which is what we want to ELDR AI to tell us. In this case we have 11 requests but of course you can send in as many as you like.

That's all there is to structuring the Ask via CSV file - it just needs to be structured exactly the same as the corresponding training Data minus the output(s).

Navigate to "Ask ELDR" via the Dashboard, side bar or nav menu, and select your Model and Model Variant using the top two drop downs - in this case Customer Churn Example Model from the Quick Start guide

ELDR AI Ask via CSV Select Model

You can toggle any of the Ask Methods (e.g. Form, API etc) by clicking on them.

Click on the CSV heading:

ELDR AI Ask via CSV

All you need to do is select the Ask CSV file, and click "Ask ELDR (CSV)" - and if all goes well you be prompted with a success message and a link to download your prediction and recommendations:

ELDR AI Ask via CSV Success

Download the resulting CSV and look at the results in your favourite CSV viewer - here we're using Open Office Calc:

ELDR AI Ask via CSV Result

You will see that for each row, ELDR AI has provided us with a Prediction Output/Churn (red box) as well as Recommendations "Rec-" for each of our ipcs (green box).

If you provide an incompatible Ask CSV file, you will get a warning like this:

ELDR AI Ask via CSV Fail

The exact same approach is used for multiple outputs:

ELDR AI Ask via CSV Multi