keedi / rf-ace

Automatically exported from code.google.com/p/rf-ace
0 stars 0 forks source link

Improve train prediction caching #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Now prediction caching is done per request, after growing the trees, but it can 
be done single-pass during tree-growing. StochasticForest will be responsible 
for storing the cached predictions and return them upon request. This will 
speed things up since importance score calculations rely heavily on train data 
predictions.

Original issue reported on code.google.com by timo.erk...@gmail.com on 17 Aug 2012 at 10:12