TSForecasting icon indicating copy to clipboard operation
TSForecasting copied to clipboard

data_loader.R prohibitively slow

Open swpease opened this issue 1 year ago • 1 comments

I tried using data_loader.R on temperature_rain_dataset_with_missing_values.tsf, and it was not working. I halted it after over an hour.

I modified the script and it now loads in a minute or so. The speedup all comes from pre-allocating lists to read the lines into. Do you want to incorporate these changes somehow -- either a pull request, modifying it on your own, etc.?

swpease avatar May 06 '24 01:05 swpease