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 {-}