From 4bea6a9252bf3ab9c641afd9f175b389d3e7f9f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Santiago?= Date: Tue, 25 Jan 2022 11:07:54 +0100 Subject: [PATCH] Update README.md --- example/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index ce06913..0c319a4 100644 --- a/example/README.md +++ b/example/README.md @@ -36,7 +36,7 @@ printf '{ This example only has three features: `n-chars-in-email-name`, `n-digits-in-email-name` and `hour`. To expand it and add more, you can simply add new functions which expect an `input-data` map as input to the `example.main` namespace. - It's possible to refactor the single namespace into any sort of organisation you like, as long as a single namespace is passed to `preprocessed`. + It's possible to refactor the single namespace into any sort of organisation you like, as long as a single namespace is passed to `preprocessed`. Although be careful with naming conflicts, a problem we haven't solved yet (see discussion in https://github.com/jcpsantiago/bulgogi/issues/6). ## TODO * train simple model using data from the feature store