This is the algo posted by Thomas W. on https://www.quantopian.com/posts/machine-learning-on-quantopian-part-3-building-an-algorithm (Backtest ID: 58517784ee8d8363d0d9790d)
A couple issues:
The earliest start date for backtesting the algo is ~ 2003-08-01. Why? It'd be nice if it automatically adjusted the start date; instead, I get an error for earlier dates.
Also, it runs out of memory before the backtest can complete:
There was a runtime error. MemoryError Algorithm used too much memory.
Need to optimize your code for better performance. Learn More
Perhaps it is due to the number of transactions and unrelated to the new optimization/ML stuff. Or there is a memory leak?