SIGN IN SIGN UP
microsoft / qlib UNCLAIMED

Qlib is an AI-oriented Quant investment platform that aims to use AI tech to empower Quant Research, from exploring ideas to implementing productions. Qlib supports diverse ML modeling paradigms, including supervised learning, market dynamics modeling, and RL, and is now equipped with https://github.com/microsoft/RD-Agent to automate R&D process.

Quick setup

Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore.

https://gitmorph.com/microsoft/qlib.git

CREATE A NEW REPOSITORY ON THE COMMAND LINE

touch README.md
git init
git checkout -b main
git add README.md
git commit -m "first commit"
git remote add origin https://gitmorph.com/microsoft/qlib.git
git push -u origin main

PUSH AN EXISTING REPOSITORY

git remote add origin https://gitmorph.com/microsoft/qlib.git
git push -u origin main