- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Question aboit api end point /ingest
Created ‎08-30-2014 10:51 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I have about 100,000 user-item association entries to post by /ingest
Questions:
(1) When the model will be re-built? Is it automatically in next run (how to trigger next run? auto? perodically?) ?
(2) During the post process one by one association to /ingest, will it still trigger approximation computation once it gets an entry?
Created ‎08-31-2014 01:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The default is that you manually trigger model builds. But you can configure it to build after a certain amount of time has elapsed, or a certain number of data points have been written. See model.time-threshold and model.data-threshold.
Yes, all data points cause in-memory model updates no matter how they arrive.
Created ‎08-31-2014 01:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The default is that you manually trigger model builds. But you can configure it to build after a certain amount of time has elapsed, or a certain number of data points have been written. See model.time-threshold and model.data-threshold.
Yes, all data points cause in-memory model updates no matter how they arrive.
