public Model train(ModelConfig modelConfig, List<Object[]> objects) throws FOSException {
   try {
     return manager.train(modelConfig, objects);
   } catch (RemoteException e) {
     throw new FOSException(e);
   }
 }