Here you can find the original Python script and the first Rust implementation. Latest Rust implementation can be found in the fossil repo
-
Unzip the dataset
gunzip -c data.csv.gz > data.csv -
Build & run the scrip
cargo build && cargo run
Prerequisites: python and poetry
-
Unzip the dataset
gunzip -c data.csv.gz > data.csv -
Jump into the
python-pricingdirectory -
Install dependencies
poetry install -
Run the script
python ReservePricer.py