Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed Jun 4, 2019
1 parent f12a882 commit 2841949
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Java Evaluator API for Predictive Model Markup Language (PMML).
+ [Querying the "data schema" of models](#querying-the-data-schema-of-models)
+ [Evaluating models](#evaluating-models)
- [Example applications](#example-applications)
- [Documentation](#documentation)
- [Support](#support)
- [License](#license)
- [Additional information](#additional-information)
Expand Down Expand Up @@ -48,6 +49,7 @@ JPMML-Evaluator is *de facto* the reference implementation of the PMML specifica
* Over 20 different result feature types.
* Model verification according to the [ModelVerification](http://www.dmg.org/pmml/v4-3/ModelVerification.html) element.
* Vendor extensions:
* Memory and security sandboxing.
* Java-backed model, expression and predicate types - integrate any 3rd party Java library into PMML data flow.
* MathML prediction reports.

Expand Down Expand Up @@ -518,6 +520,11 @@ Getting help:
java -cp target/example-1.4-SNAPSHOT.jar <application class name> --help
```

# Documentation #

* [Upgrading from the Factory pattern to the Builder pattern](http://openscoring.io/blog/2018/12/06/jpmml_evaluator_api_builder_pattern/)
* [Tracing and reporting predictions](http://openscoring.io/blog/2019/02/26/jpmml_evaluator_api_tracing_reporting_predictions/)

# Support #

Limited public support is available via the [JPMML mailing list](https://groups.google.com/forum/#!forum/jpmml).
Expand Down

0 comments on commit 2841949

Please sign in to comment.