
You can use the PMML Converter to validate your PMML file against the specification for it's version. If validation is not successful, the converter will give you a file back with explanations for why the validation failed (click on the "details" hyper-link).
So, before actual conversion takes place, the validation phase needs to be successful, i.e. your file needs to conform to the PMML specification as published in the DMG website (for any of the older PMML versions listed above). For known PMML issues (from a variety of sources/vendors), the PMML Converter will actually correct your file so that the model can be converted.
The PMML converter will only convert the following model elements:
- Neural Networks
- Decision Trees
- Support Vector Machines
- General Regression
- Regression
- Clustering Models (including Two-Step Clustering from SPSS)
- Association Rules
- Naive Bayes Classifiers
Support for version 4.0 (the latest version of PMML released in June 2009) is coming soon.
0 comments:
Post a Comment