icyc0re / bd914

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

Process 4SQ data - venues & users #2

Closed gavra0 closed 10 years ago

gavra0 commented 10 years ago

Using the obtained data on /data/team14 (icdatasrv4), create a feature vector representation of the venues and users. Do not focus on choosing the features (that will be done in #11 and #10 ), but create an extensible extracting mechanism.

Check scala foursquare api https://github.com/nfolkert/scala-foursquare-api, and consider other ways of accomplishing this if that libarary is not working.

mpagli commented 10 years ago

A basic version has been committed. I put a test venue in the recommender_module folder and a small demonstration in RecommenderApp.scala. All the features are not extracted yet but people can start using this to create a first version of the recommender.