Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion full_examples/dynamic_pricing/README.md
Original file line number Diff line number Diff line change
@@ -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.