Add PMML sample

Update README to include "data science" category
This commit is contained in:
Sabby Anandan
2016-03-24 13:14:58 -07:00
parent dfe62aaf80
commit d7e484aad2
2 changed files with 162 additions and 0 deletions

View File

@@ -21,3 +21,7 @@ A data pipeline demonstration that consumes data from an `http` endpoint and wri
A data pipeline demonstration that consumes data from twitter-firehose using `twitterstream` source application and computes simple analytics over data-in-trasnsit with the help of `field-value-counter` sink application.
## Data Science
### link:datascience/species-prediction/README.adoc[species-prediction]
A simple demonstration to walkthrough the steps to compute real-time predictions using https://en.wikipedia.org/wiki/Predictive_Model_Markup_Language[PMML] data microservice application.