Choose Options

After choosing your model type, you'll then be prompted to customise your model.

This lets you select the specific inputs and outputs you're interested in.

It may also include some of the key parameters behind the behaviour of your AI model - such as in time-series models, where you'll be asked to specify the length of time the model should consider when making forecasts.

Downloading

Once you've chosen all of the options, ARDI will create a ZIP file containing Python scripts and training data to build your AI model.

An instructions.html file will also be included, which will explain the process to build your AI model.

Normal Usage

Most downloads include two key scripts. The first is build_ai.py, which is used to build the AI model.

The second is test_ai.py, used to validate the results. If suitable, the test script will create some reports in the local folder showing the accuracy of the final model.

Optionally, you might also have others, such as publish.py, which will help you convert your AI into other formats, such as APIs, live models or alerts.