I have a small and simple question: How can I reset all predictions in my system? Is it an logfile to delete, if yes where to find it?

I am about to finish the setup of a new site and I want to have all test predictions deleteted before the system will collect real data.

Thanks a lot for any hint.

BTW: One of the best modules I ever used within Drupal :-)

Comments

danithaca’s picture

Thanks :)
If you have drush installed, just type in:

drush sqlq delete from recommender_prediction

That should do it. In the new release, I'll figure out a more user friendly way to do it.

danithaca’s picture

Status: Active » Closed (fixed)