Skip to content

pberlandier/odm-with-pmml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODM / PMML integration

This sample is derived from the developerWorks article Make informed automated decisions with business rules and Predictive Model Markup Language.

It shows a simple auto insurance pricing process using a simple tiering rule to create a base price and uses a predictive model, which estimates the claim cost for the driver, to adjust the base price.

The predictive model is a simple Neural Network that is defined using PMML, and integrated in the ODM project XOM via the JPMML library.

A quick intro to the sample is provided in this deck.

Please send comments & questions to Pierre Berlandier.