univie-datamining-team3 / assignment2

Analysis of mobility data
MIT License
0 stars 0 forks source link

Preprocessing: Improve speed of paa calculation #16

Closed Lumik7 closed 6 years ago

Lumik7 commented 6 years ago

The paa is running quite long, right now its about 20 minutes. Try to improve the runtime and memory efficiency by enhancing the code.

Lumik7 commented 6 years ago

@MoBran I removed some of the deepcopies to speed up the code, runtime is now 8 minutes instead of 20. maybe you could take a look and run it through your testing scripts, to see if everything runs as expected

rmitsch commented 6 years ago

Updates look reasonable to me.

Lumik7 commented 6 years ago

@MoBran if you agree I would merge the branch and close this issue