@Override
 public void init() throws ServletException {
   predictions = new Predictions();
   predictions.setServletContext(this.getServletContext());
 }
 public void init() {
   predictions = new Predictions();
   predictions.setServletContext(this.getServletContext());
 }