Python Script
The Python Script option produces a WHL file containing the trained model, which can then be integrated into testing and prediction workflows. This method is particularly valuable for deploying the model in environments without AION.
To install the package, download the WHL file by clicking the Download button. Next, open a command prompt and execute the following command:
python -m pip install <whl_file_path>
Press Enter to install the package and prepare the model for use.