predictionio
predictionio copied to clipboard
PredictionIO, a machine learning server for developers and ML engineers.
**This PR is not ready for review until related PR #516 is merged.** before: Spark 2.1.3 after: Spark 2.4.3
added description of the commandline and examples
I'm considering about incorporate the official templates with main repository to reduce maintenance costs of them. My idea is: - Check versions of PredictionIO/Scala/Spark/etc by TravisCI using a shell script...
Adds missing articles and tweaks grammar.
Adds missing articles and tweaks the grammar.
I tried to leverage the already present async interface of elasticsearch and armouring the HBase and JDBC call with blocking constructs which will tell the standard scala ExecutionContext to use...
Fixes [PIO-138](https://issues.apache.org/jira/browse/PIO-138) Switches batch query processing from Spark RDD to a Scala parallel collection. As a result, the `pio batchpredict` command changes in the following ways: * `--query-partitions` option is...