algorithmic-trading
auto-quant
deep-learning
finance
fintech
investment
machine-learning
paper
platform
python
quant
quant-dataset
quant-models
quantitative-finance
quantitative-trading
research
research-paper
stock-data
Qlib is an AI-oriented quantitative investment platform that aims to realize the potential, empower research, and create value using AI technologies in quantitative investment, from exploring ideas to implementing productions. Qlib supports diverse machine learning modeling paradigms. including supervised learning, market dynamics modeling, and RL.
qlib.readthedocs.io/en/latest/Repo health (75%)
- Readme
- MIT License
- Code of conduct
- No contribution guidelines
- No issue template
- Pull request template
Package
No npm package detected in the project root.
Filter syntax examples
.js
will only include paths containing.js
..js$
will only include files with.js
extension.!test,!.lock
will ignore paths containingtest
or.lock
.!.test.js$,!^docs/
will ignore paths ending with.test.js
or starting withdocs/
.!.md$,^README.md$
will ignore all Markdown files (i.e. ending with.md
) except forREADME.md
in the root of the repository.^src/
will exclude all paths, except for the ones starting withsrc/
(i.e. placed in thesrc
folder).
See ghloc for details.