quickstarts icon indicating copy to clipboard operation
quickstarts copied to clipboard

One more quickstart/sample

Open lukekim opened this issue 3 years ago • 2 comments

lukekim avatar Aug 30 '21 23:08 lukekim

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- avatar Sep 08 '21 10:09 iudex-

@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.

lukekim avatar Sep 30 '21 04:09 lukekim