eldr.ai | ELDR AI Data Structure



How to pass data to ELDR AI via CSV, API or Text


The end result is that ELDR AI is able to make accurate predictions & recommendations when presented with new information as well as give fruitful insights.

ELDR AI makes it easy to use many types of alphanumerical and pure numerical data e.g customer, financial, scientific, financial, engineering, process, criminal, behavioural, legal, literary etc. for Artificial Intelligence and Machine Learning.

You can pass data in via CSV, API(HTTPS/JSON) or Text depending on how you intend to use ELDR AI.

In ELDR AI/Machine Learning, there are 2 common types of data: (1) Supervised & (2) Unsupervised.

Both types contain input values e.g. these could be customer data such as age, post code, credit score, purchases etc.


In Supervised Learning we also have a known output(s). e.g. did the customer return for another purchase? In this instance ELDR AI would work out how the inputs lead to the output(s), therefore in the case of our customer example ELDR AI could learn to predict what type of customer is going to return based on their age, post code, credit score and purchases etc.


In Unsupervised Learning we don't have the luxury of an output, we simply have a mass of data to learn from. In this instance ELDR AI would learn how all the customer data is linked by grouping similar customer profiles together.


Provide ELDR AI Data via CSV file

Supervised

Click here for an example of Supervised CSV Data.

Please have a look at the downloaded file:

The remaining rows contain our actual data.

UnSupervised

Click here for an example of Unsupervised CSV Data.

Please have a look at the downloaded file.

You will see the data looks very similar to our supervised data example except that the output column is missing.

API

Data provided by API follows the same structure as CSV above with labels, inputs and outputs, and rows of data.

Data must be provided in JSON format such as in this short example below:

For a larger example please click here (opens in a new window - returns JSON so a JSON viewer is recommended)

Text

Data can be provided as raw text, following the same structure as CSV above with labels, inputs and outputs, and rows of data.

Data must be provided in the format such as in this short example below (please note the "|" at the end of each line apart from the bottom line):

For a larger example please click here (opens in a new window - to view line by line select "view source" in your browser).