icyc0re / bd914

Big Data Project 2014 - Foursquare project
6 stars 1 forks source link

Pre & post filtering #38

Closed gavra0 closed 10 years ago

gavra0 commented 10 years ago

Connect the existing code with the main flow. Pre Filter should remove venues that do not match the specified time and location constraints, and post filter should update the ratings based on the same contextual vector.

sprlye commented 10 years ago

We did it with @mpagli The prefilter and postfilter are operationnal and are plugged-in. They are still using a dummy context though, this has to be fixed once the website is linked with the scala module.