graphaware / neo4j-reco

Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
374 stars 77 forks source link

Add better statistics logging for post processing #6

Closed jbkielis closed 9 years ago

jbkielis commented 9 years ago

There is currently no statistics logging for DelegatingRecommendationEngine. This would be very beneficial as its sometimes difficult to determine where the bulk of the calculation time is being spent.

Thanks!

bachmanm commented 9 years ago

You're right, will try to fit this into the next release.

bachmanm commented 9 years ago

fixed in 2.2.2.32.8 - please make your PostProcessors extend BasePostProcessor