From efc7af27c32b82fc29dcbf5aab6fbb3e79d83678 Mon Sep 17 00:00:00 2001 From: Samuel Mignot <43255992+sjmignot@users.noreply.github.com> Date: Tue, 19 Nov 2024 16:11:02 -0800 Subject: [PATCH] Update README.md --- full_examples/dynamic_pricing/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full_examples/dynamic_pricing/README.md b/full_examples/dynamic_pricing/README.md index fc4d2e1..0acbc2b 100644 --- a/full_examples/dynamic_pricing/README.md +++ b/full_examples/dynamic_pricing/README.md @@ -1,6 +1,6 @@ # Dynamic Price Prediction with Chalk -In this example we set up some code showing how to write dynamic pricing features in Chalk. The goal``` +In this example we set up some code showing how to write dynamic pricing features in Chalk. The goal is to show how a company that dynamically prices hotels might define their features. This example assumes that data is defined in two places: - A Postgres database with a `hotel` table which contains basic features like `num_rooms` and `location`, - A Kafka stream which updates in realtime with customer-hotel interaction information.