To build solutions, the participants will have access to the historical unloading from the Ministry of Emergency Situations, as well as open datasets:
In the process of models study and solutions preparation, the participants can use any available open data sources. However, only data from the 3rd source will have available latest data during solutions testing, including final testing in real time in order to determine the winners of the competition.
It is necessary to send the algorithm code packed in a ZIP archive to the testing system. The solutions are launched in an isolated environment using Docker. Time and resources are limited during testing. The participant does not need to get a handle on the Docker technology.
The archive root must contain the metadata.json file with the following content:
{ "image": "<docker image>", "entrypoint": "python classify_thermopoints.py $PATH_INPUT/input.csv $PATH_OUTPUT/output.csv" }
Here, image is the field with the name of the docker image, in which the solution will be launched, entry_point is the command, whereby the solution is launched. The archive root will be the solution for the current directory.
When launching, the DATASETS_PATH environment variable contains the path to the latest open datasets, which are accessible from the solution container.
The participants are given an example of the correct baseline solution from the organizers. Any additional materials for participants are available on the github page of the competition.
Technical solutions constraints
Cookies help us deliver our services. By using our services, you agree to our use of cookies.