The Diastema DaaS Analytics Catalogue
This project is inteded to by used by the Diastema orchestrator. If you need information on how to use it alongside other components, please refer to that documentation. If you need information on how to run this in isolation, follow the steps described below:
docker build -t analytics-catalogue:latest . -f Dockerfile.dev
The dev image mounts the src folder as a volume under /app/src
docker run --rm -d analytics-catalogue
docker exec -it <container-name-or-id> bash
python src/<JobType> <algorithm> <input_path> <output_path> <target_column>
Argument | Description | Example |
---|---|---|
JobType | The type of job to run | ClassificationJob.py |
algorithm | The type of algorithm to run | decisiontree |
input_path | The MinIO path to look for input data | /in/ex1/data |
output_path | The MinIO path to output resulting data | /out/ex1/data |
Licensed under the Apache License Version 2.0 by Konstantinos Voulgaris for the research project Diastema