Data
Fetch raw market data, form optional bars, and hand experiment-ready splits to the rest of Limen.
Experiment
Define manifests and run basic or adaptive parameter search.
Inference
Replay selected experiment rounds into validated models and run them bar-by-bar at inference time.
SFD
Package ready-to-run Single-File Decoders that plug directly into the Universal Experiment Loop.
Indicators
Provide the lower-level technical indicator library that manifests and custom prep functions build on.
Features
Build higher-level model inputs and target helpers on top of raw bars and indicator columns.
Transforms
Hold stateless transform helpers for target construction and data cleanup.
Scalers
Fit train-only feature scaling and apply it consistently across validation and test data.
Metrics
Score classifier and regressor outputs so experiments can compare permutations on consistent metrics.
Log
Turn finished experiment runs into analyzable tables for prediction quality, confusion behavior, backtests, and parameter diagnostics.
Cohort
Inference-time cohort surfaces for aggregating decoder outputs from completed Limen experiments.
Backtest
Evaluate aligned predictions as trading outcomes through a vectorized snapshot.
Utils
Hold the smaller cross-cutting helpers that support experiments without belonging to one primary domain package.
Calibration
Calibrate model probabilities and choose decision thresholds inside manifest-driven experiments.
CLI
Provide the limen shell command for YAML validation, profiling, execution, manifest storage, and project scaffolding.
Targets
Build supervised target columns from market data for manifest-driven and custom experiments.
YAML
Parse, validate, compile, store, and profile declarative YAML experiment manifests.
Internal packages
9 items