Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tovbinm committed Feb 22, 2019
1 parent 689c867 commit 05963bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import com.salesforce.op.local._
val model = workflow.loadModel("/path/to/model")
val scoreFn = model.scoreFunction
val rawData = Seq(Map("age" -> 18, "name" -> "Peter"), Map("name" -> "John"))
val scores= rawData.map(scoreFn)
val scores = rawData.map(scoreFn)
```

Or using the local runner:
Expand Down

0 comments on commit 05963bc

Please sign in to comment.