Skip to content

Commit 2952c44

Browse files
authored
Add Qlib notebook tutorial (#1037)
* Add Qlib notebook tutorial * Update tutorial
1 parent 7f1293e commit 2952c44

File tree

7 files changed

+1239
-7
lines changed

7 files changed

+1239
-7
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,8 @@ Dataset plays a very important role in Quant. Here is a list of the datasets bui
386386
Your PR to build new Quant dataset is highly welcomed.
387387

388388
# More About Qlib
389+
If you want to have a quick glance at the most frequently used components of qlib, you can try notebooks [here](examples/tutorial/).
390+
389391
The detailed documents are organized in [docs](docs/).
390392
[Sphinx](http://www.sphinx-doc.org) and the readthedocs theme is required to build the documentation in html formats.
391393
```bash
@@ -471,8 +473,10 @@ If you don't know how to start to contribute, you can refer to the following exa
471473
| Models | [Implement a new model](https://github.com/microsoft/qlib/pull/689) |
472474

473475
[Good first issues](https://github.com/microsoft/qlib/labels/good%20first%20issue) are labelled to indicate that they are easy to start your contributions.
476+
477+
You can find some impefect implementation in Qlib by `rg 'TODO|FIXME' qlib`
474478

475-
If you would like to become one of Qlib's maintainers to contribute more (e.g. help merge PR, triage issues), please contact us by email([[email protected]](mailto:[email protected])). We are glad to help you to set the right permission.
479+
If you would like to become one of Qlib's maintainers to contribute more (e.g. help merge PR, triage issues), please contact us by email([[email protected]](mailto:[email protected])). We are glad to help to upgrade your permission.
476480
477481
## Licence
478482
Most contributions require you to agree to a

0 commit comments

Comments
 (0)