Use Templates
Here, you can find templates for scripts.
RAISE experiments scripts
You can download the main template file at:
And download some example files to start your project:
Do not forget to rename the template file as main.py.
Example projects
You can download a zip file with a template project composed of:
To read the proper dataset file, replace the data file’s UUID in the examples main.py reads the datafile.csv which is the main dataset used during the experiment execution
dataTXT = pd.read_csv("08dd04b9-0eb9-4d94-8bbb-a143504274f9/datafile.csv")
Process IRIS dataset
You can download a a simple python project processing the IRIS dataset available in RAISE: