Category: prediction

PredictionIO and Lumen: Building a Movie Recommendation App

In the intro, we covered the basics of PredictionIO and installed its dependencies. In this part, we’re going to build the movie recommendation app.Environment Config File Inside your app directory, create a .env file and add the following configuration: APP_ENV=local APP_DEBUG=true APP_KEY=some-random-keyPIO...

PredictionIO: Bootstrapping a Movie Recommendation App

In this tutorial, I’m going to walk you through PredictionIO, an open-source machine learning server, which allows you to create applications that could do the following:recommend items (e.g. movies, products, food) predict user behavior identify item similarity rank itemsYou can pretty much build any machine le...