Skip to content

date difference operation as a PMML preprocessing operation

License

Notifications You must be signed in to change notification settings

benman1/pmml-datediff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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/.

About

date difference operation as a PMML preprocessing operation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages