-
Notifications
You must be signed in to change notification settings - Fork 2
/
README.txt
31 lines (20 loc) · 2.29 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
==================================================================================
This directory contains a sample submission for the ChaLearn AutoML challenge, Petersburg hackathon.
The time budget is set to 2 minutes per dataset (10 minutes for 5 datasets), the code tries to use half of the time budget.
This is a code submit challenge -- submit code, do not submit predictions.
Please write a short description on the codalab.org platform when submitting.
==================================================================================
Instructions:
- The metadata file must be included and remain unchanged.
- The directory structure and naming should remain unchanged.
- To create a valid submission, zip all the file with:
zip -r zipfilename *
starting from this directory, i.e. do not zip the directory itself, just its contents.
The directory may also be zipped by turning on the flag
zipme = True
in run.py
- For zipfilename use something explicit to remember the nature of its contents (algorithm name, code version, etc.)
- To submit the code, you do not need to generate prediction results on your local machine, just submit the contents of this directory as a zip file.
DISCLAIMER:
The authors decline responsibility for mistakes, incompleteness or lack of quality of the information provided. The authors intended not to use any copyrighted material, if not possible, to indicate the copyright of the respective object. The copyright for any material created by the authors is reserved. The authors intended not to violate any patent rights or, if not possible, to indicate the patents of the respective objects. The payment of royalties or other fees for use of methods, which may be protected by copyright patents, remains the responsibility of the users.
ALL INFORMATION, SOFTWARE, DOCUMENTATION, AND DATA ARE PROVIDED "AS-IS" THE ORGANIZERS DISCLAIM ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ISABELLE GUYON AND/OR OTHER ORGANIZERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF SOFTWARE, DOCUMENTS, MATERIALS, PUBLICATIONS, OR INFORMATION MADE AVAILABLE FOR THE AUTOML CHALLENGE.