| Crates.io | atelier_synth |
| lib.rs | atelier_synth |
| version | 0.0.10 |
| created_at | 2025-06-14 21:40:38.132211+00 |
| updated_at | 2025-08-13 02:42:23.686833+00 |
| description | Synthetic Data Generation for the atelier-rs engine |
| homepage | https://iteralabs.ai/atelier-rs |
| repository | https://github.com/iteralabs/atelier-rs |
| max_upload_size | |
| id | 1712704 |
| size | 50,972 |
Synthetic Data Generation for the atelier-rs engine.
Currently, the way to generate data is by starting with some basic definitions according to the templated configuration toml files. For every market, there needs to be defined the following sections:
[[experiments]]: information about the experiment of synthetic data generation.[[models]]: One model per exchange since there will be generated one order book per exchange as well.[[exchanges]]: Besides basic info like id, or, name, the sub-table [exchanges.orderbook] will contain the particular elements to generate the progressions of suc order book associated to the given exchange.Simple content like id and n_progressions.
Since each order book is generated using one model, here are the parameters necessary for the model used.
Order book generation base parameters like bid_price and ask_price as the initial
prices to start the generation.
These are the other published crates members of the workspace:
Github hosted:
atelier-synth is a member of the atelier-rs workspace