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

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.