From 635e0718fa4e7d534bc5fc1d87b6e7df7e9ec1cd Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 11 Oct 2024 13:29:36 +0200 Subject: [PATCH] Update operator-dev_create.md --- docs/operator-dev_create.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/operator-dev_create.md b/docs/operator-dev_create.md index 2d69313..bdaeee2 100644 --- a/docs/operator-dev_create.md +++ b/docs/operator-dev_create.md @@ -1,5 +1,7 @@ # Walkthrough example: R operator +hello + Here we will learn through a concrete example how to create an R operator for Tercen. Our goal is to create an operator performing a __linear regression__ on our input data and returning the slope and intercept of the model. ## Designing the operator {-}