Skip to content

ActionML version of PredictionIO v0.9.6

Latest
Compare
Choose a tag to compare
@pferrel pferrel released this 11 Apr 23:40
· 17 commits to master since this release

This release has these changes

  • New SelfCleaningDatasource allows any template to add:
    • A moving time window of events, old ones beyond the timeWindow will age out of the persisted EventStore
    • De-duplication of events
    • Compaction of property change events
  • Implements NullModel for templates that have custom model storage. This includes the Universal Recommender, which uses Elasticsearch.
  • Removes the need for a Spark context when running the PredictionServer for templates that do not need it.
  • Workflow cleanup