AIAny
AI Infra2020
Icon for item

Qlib

Covers the full AI quant pipeline — point-in-time data, model training, backtesting, portfolio optimization, and order execution. Supports supervised learning, market dynamics, and RL on 20+ models, plus an LLM-based RD-Agent for factor mining.

Introduction

Most attempts to apply machine learning to markets fail not at the model but at the plumbing around it: leaky backtests, look-ahead bias, and the gap between a prediction and an order that actually fills. Qlib's wager is that the infrastructure — not the model — is where quant strategies quietly die, so the data layer enforces point-in-time correctness instead of leaving the researcher to remember it.

What Sets It Apart
  • Full chain, not a model zoo. It spans alpha seeking, risk modeling, portfolio optimization, and order execution, so an idea moves from notebook to a backtest that respects transaction costs without gluing five tools together.
  • Point-in-time data server. A custom store benchmarked faster than HDF5, MySQL, MongoDB, and InfluxDB; the speed matters because realistic factor research re-reads the whole universe thousands of times.
  • Three paradigms, one API. Supervised learning, market-dynamics modeling, and reinforcement learning share the same data and backtest layer, with 20+ models from LightGBM to Transformer ready out of the box.
  • RD-Agent automates the R&D loop. An LLM-based multi-agent system mines factors and co-optimizes data and models, pushing toward strategies that write themselves rather than another hand-tuned pipeline.
Who It's For

Great fit if you are a quant researcher or ML-literate trader who wants production-grade infrastructure — Alpha158/Alpha360 datasets for China and US markets, nested execution, online serving — without rebuilding backtesting from scratch. Look elsewhere if you trade discretionarily, need a turnkey signal you can deploy without coding, or expect broker-grade data: the bundled Yahoo Finance feed is convenient but noisy, and production use means wiring in your own point-in-time source.

Information

  • Websitegithub.com
  • AuthorsMicrosoft Research
  • Published date2020/08/14

Categories

More Items

GitHub
AI Infra2025

Defines a vendor-neutral JSON/YAML semantic model specification and tooling to exchange metrics, dimensions, lineage and other business semantics across analytics, AI and BI platforms; includes a core spec, validators, converters (dbt, GoodData, Salesforce) and example models.

GitHub
AI Train2025

An asynchronous, high-throughput framework for large-scale reinforcement learning and agentic training that scales to 1T+ MoE models and 1000+ GPUs, with native verifiers integration, end-to-end SFT/RL/evals, and Slurm/Kubernetes deployment; requires NVIDIA GPUs.

GitHub

Runs a self-hosted meeting bot and transcription API that joins Google Meet, Teams and Zoom and streams speaker-attributed transcripts in real time. Compiles meetings into a git-backed Markdown workspace and runs sandboxed agents on your infrastructure; Apache-2.0 and air-gap capable.