AutoML3 :: AutoML for Lifelong Machine Learning Forum

Go back to competition Back to thread list Post in this thread

> Time budget calculation

Does the time budget include reading the training data?
"start = time.time()" is present twice (in lines 211 and 248) in ingestion.py.
And in line 229, we print remaining time after reading training data. However, thanks to line 248, start is reset and we don't include time for reading the training data. Is this a bug?

Posted by: aad_freiburg @ Aug. 24, 2018, 1:34 p.m.

Additionally, the indentation is inconsistent in the code. It's confusing to read. I guess in vi and maybe other editors on Unix it's fine but not everyone is using those.

Posted by: aad_freiburg @ Aug. 24, 2018, 1:36 p.m.

Hi,

This is a sort of bug, thanks for noticing it. Yet it does what it is supposed to do: loading the first batch of data does not count in time.

Also thanks por noticing about identation, I will try to fix this, although this will take some time.

Best

Posted by: hugo.jair @ Aug. 24, 2018, 11:24 p.m.
Post in this thread