quickstarts
quickstarts copied to clipboard
One more quickstart/sample
Could it be one demonstrating prediction? :blush:
Or am I lost and prediction isn't something the project aims to do?
I understand that predefined actions are the "output", but couldn't something like this work?
dataspaces:
- from: local
name: portfolio
fields:
- name: prediction
actions:
dec: |
prediction -= 1
inc: |
prediction += 1
@iudex- thanks for the suggestion. Yes, the project goal is to enable prediction but we are not there yet. Currently, it can provide a recommendation for the current time, but in the future, we would support historical (analysis) or future (predictions) too.