String type = args[0];
String path = args[1];
Map<String, Object> params = new HashMap<String, Object>();
ModelTypes modelType;
if(type.equalsIgnoreCase("PMML")) {
modelType = ModelTypes.PMML;
// } else if(type.equalsIgnoreCase("nativeR")) {
// modelType = ModelTypes.NativeR;