atelier_synth

Crates.ioatelier_synth
lib.rsatelier_synth
version0.0.10
created_at2025-06-14 21:40:38.132211+00
updated_at2025-08-13 02:42:23.686833+00
descriptionSynthetic Data Generation for the atelier-rs engine
homepagehttps://iteralabs.ai/atelier-rs
repositoryhttps://github.com/iteralabs/atelier-rs
max_upload_size
id1712704
size50,972
FranciscoME (IFFranciscoME)

documentation

https://docs.rs/atelier_rs/

README

atelier-synth

Overview

Synthetic Data Generation for the atelier-rs engine.

Synthetic Data

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:

  1. [[experiments]]: information about the experiment of synthetic data generation.
  2. [[models]]: One model per exchange since there will be generated one order book per exchange as well.
  3. [[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.

Experiments

Simple content like id and n_progressions.

Models

Since each order book is generated using one model, here are the parameters necessary for the model used.

Exchanges

Order book generation base parameters like bid_price and ask_price as the initial prices to start the generation.

Workspace

These are the other published crates members of the workspace:

Github hosted:



atelier-synth is a member of the atelier-rs workspace

Commit count: 49

cargo fmt