Dear Jose,
Yes, I’m using the one described in the instructions.
Thanks for the clarification
Regards,
Ziyad
From: José Suárez-Varela <jsuarezv(a)ac.upc.edu>
Date: Friday, 2 October 2020 at 4:23 PM
To: "Ziyad A. Moraished" <zmoraished(a)stc.com.sa>
Cc: "challenge-kdn(a)mail.knowledgedefinednetworking.org"
<challenge-kdn(a)suro.ccaba.upc.edu>
Subject: Re: [GNNet challenge 2020] Correction in the instructions for the evaluation
phase
Dear Ziyad,
If your solution is based on RouteNet I recommend you use the script we describe in the
intructions document
(
https://github.com/knowledgedefinednetworking/RouteNet-challenge/blob/maste…).
Otherwise, you can create your own script, where you should consider the correction I sent
in the last email for the final dataset as well. This is:
String = “”
For node_src in range (19):
For node_dst in range (19):
If node_src != node_dst:
String += str(delay[node_src, node_dst])+”;”
# New sample, new line
String +=”\n”
Best regards,
José
El 02/10/2020 a las 13:17, Ziyad A. Moraished escribió:
Dear Jose,
I just want to get a clarification about the below pseudo-code. Should it be applied only
when dealing with sample of the test dataset or the complete test dataset as well?
Regards,
زياد بن أحمد المريشد
أخصائي استخراج بيانات
التحليل الابداعي للبيانات
Ziyad A. Moraished
Data Mining Specialist
Analytics Innovation
[Logo]
[cid:image003.png@01D60034.EAD0A510]
+966564901060
[cid:image004.png@01D60034.EAD0A510]
+966564901060
[cid:image005.png@01D60034.EAD0A510]
Zmoraished@stc.com.sa<mailto:Zmoraished@stc.com.sa>
[cid:image006.png@01D60034.EAD0A510]
www.stc.com.sa<http://www.stc.com.sa>
From: Challenge-kdn
<challenge-kdn-bounces@mail.knowledgedefinednetworking.org><mailto:challenge-kdn-bounces@mail.knowledgedefinednetworking.org>
on behalf of José Suárez-Varela
<jsuarezv@ac.upc.edu><mailto:jsuarezv@ac.upc.edu>
Date: Monday, 28 September 2020 at 9:08 PM
To:
"challenge-kdn@mail.knowledgedefinednetworking.org"<mailto:challenge-kdn@mail.knowledgedefinednetworking.org>
<challenge-kdn@mail.knowledgedefinednetworking.org><mailto:challenge-kdn@mail.knowledgedefinednetworking.org>
Subject: [GNNet challenge 2020] Correction in the instructions for the evaluation phase
Dear participants,
We found a small error in the document with the instructions for the evaluation phase.
Particularly, to generate the output CSV format with your solutions you can use the
following pseudo-code:
String = “”
For node_src in range (19):
For node_dst in range (19):
If node_src != node_dst:
String += str(delay[node_src, node_dst])+”;”
# New sample, new line
String +=”\n”
This skips the node pairs where the source and destination match, thus resulting in 342
src-dst delay values (i.e., 19 sources x 18 destinations = 342 values).
Please find attached a new version of the instruction document fixing this error.
Also, to help you validate the format of your submission files, I attach a ZIP file with
the expected format when applying a solution to our toy validation dataset
(
https://github.com/knowledgedefinednetworking/RouteNet-challenge/tree/maste…).
Note that in this case the results correspond to a 17-node network, so we have 17x16=272
src-dst delay values per line. However, with the final test dataset we should expect 342
values per line.
I would like to take this opportunity to encourage you to register on our evaluation
platform in advance to avoid potential problems before the evaluation phase starts
(October 1st).
Best regards,
José Suárez-Varela
Barcelona Neural Networking center
Universitat Politècnica de Catalunya
The information in this email may contain confidential material and it is intended solely
for the addresses. Access to this email by anyone else is unauthorized. If you are not the
intended recipient, please delete the email and destroy any copies of it, any disclosure,
copying, distribution is prohibited and may be considered unlawful. Contents of this email
and any attachments may be altered, Statement and opinions expressed in this email are
those of the sender, and do not necessarily reflect those of Saudi Telecommunications
Company (STC).
The information in this email may contain confidential material and it is intended solely
for the addresses. Access to this email by anyone else is unauthorized. If you are not
the intended recipient, please delete the email and destroy any copies of it, any
disclosure, copying, distribution is prohibited and may be considered unlawful. Contents
of this email and any attachments may be altered, Statement and opinions expressed in this
email are those of the sender, and do not necessarily reflect those of Saudi
Telecommunications Company (STC).