log.info("generating the dataset...");
Dataset dataset = generateDataset(descriptor, dataPath, regression);
log.info("storing the dataset description");
String json = dataset.toJSON();
DFUtils.storeString(new Configuration(), fPath, json);
}
private static Dataset generateDataset(String descriptor, String dataPath, boolean regression) throws IOException,
DescriptorException {