Data representation used for evaluation
by wdudzik - Monday, May 20, 2019, 21:59:30

Hi,

I would like to know what is the data representation used for final traning of submissions entries? Is it the same bag of cards as shown in examplary python code? I am asking as different data representations (tranformations) tends to have very different optimal hyperparameters settings (epsilon, gamma, C). If it is not bag of cards can we know on what representation the final traning is performed?

Regards

Wojtek

RE: Data representation used for evaluation
by lukasz_grad - Tuesday, May 21, 2019, 13:19:24

Hi!

The bag-of-cards data representation used during the evaluation is the same as in the starter notebooks.

Best,

Ɓukasz