项目作者: benman1

项目描述 :
date difference operation as a PMML preprocessing operation
高级语言: Java
项目地址: git://github.com/benman1/pmml-datediff.git
创建时间: 2016-04-18T21:15:07Z
项目社区:https://github.com/benman1/pmml-datediff

开源协议:GNU Affero General Public License v3.0

下载


Features

The preprocessing functionality for the JPMML evaluator is a bit limited. One of the biggest lacks is that there are no date calculations.

This extends the pre-processing of the JPMML evaluator active fields according to the [DataDictionary] (http://www.dmg.org/v4-2-1/DataDictionary.html) and [MiningSchema] (http://www.dmg.org/v4-2-1/MiningSchema.html) elements:

For more information on jpmml, please see the [JPMML evaluator on github] (https://github.com/jpmml/jpmml-evaluator/).

Usage

mvn clean install

  1. java -jar pmml-evaluator-example/target/example-1.2-SNAPSHOT.jar --model model.pmml --input input.csv --output output.csv

You might want to try out the provided example PMML file in pmml-extension/src/main/resources/.