Re: Need Help Setting up prediction IO

2018-01-17 Thread Pat Ferrel
PIO uses Postgres, MySQL or other JDBC database from the SQL DBs or (and I always use this) HBase. Hbase is a high performance NoSQL DB that scales indefinitely. It is possible to use any DB if you write an EventStore class for it, wrapping the DB calls with a virtualization API that is DB

The Universal Recommender v0.7.0

2018-01-17 Thread Pat Ferrel
We have been waiting to release the UR v0.7.0 for testing (done) and the release of Mahout v0.13.1 (not done) Today we have released the UR v0.7.0 anyway. This comes with: Support for PIO v0.12.0 Requires Scala 2.11 (can be converted to use Scala 2.10 but it’s a manual process) Requires