From 2ac5ceb4de2d230ce874c7a0e80c00a0df592e9e Mon Sep 17 00:00:00 2001 From: you-n-g Date: Sat, 22 May 2021 17:58:21 +0800 Subject: [PATCH] Update README.md --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index a14ab5c31..c068936c4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,20 @@ [![License](https://img.shields.io/pypi/l/pyqlib)](LICENSE) [![Join the chat at https://gitter.im/Microsoft/qlib](https://badges.gitter.im/Microsoft/qlib.svg)](https://gitter.im/Microsoft/qlib?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +## :newspaper: **What's NEW!**   :sparkling_heart: +Recent released features +| Feature | Status | +| -- | ------ | +| Online serving and automatic model rolling | Released: https://github.com/microsoft/qlib/pull/290 | +| DoubleEnsemble Model | Released https://github.com/microsoft/qlib/pull/286 | +| High-frequency data processing example | Released https://github.com/microsoft/qlib/pull/257 | +| High-frequency trading example | Part of code released https://github.com/microsoft/qlib/pull/227 | +| High-frequency data(1min) | Released https://github.com/microsoft/qlib/pull/221 | +| Tabnet Model | Released https://github.com/microsoft/qlib/pull/205 | + +Features released before 2021 are not listed here. + +

@@ -21,7 +35,7 @@ With Qlib, users can easily try ideas to create better Quant investment strategi For more details, please refer to our paper ["Qlib: An AI-oriented Quantitative Investment Platform"](https://arxiv.org/abs/2009.11189). -- [**News and Plans**](#news-and-plans) +- [**Plans**](#plans) - [Framework of Qlib](#framework-of-qlib) - [Quick Start](#quick-start) - [Installation](#installation) @@ -51,18 +65,6 @@ Your feedbacks about the features are very important. | High-frequency trading | Under review: https://github.com/microsoft/qlib/pull/408 | | Meta-Learning-based data selection | Initial opensource version under development | -Recent released features -| Feature | Status | -| -- | ------ | -| Online serving and automatic model rolling | Released: https://github.com/microsoft/qlib/pull/290 | -| DoubleEnsemble Model | Released https://github.com/microsoft/qlib/pull/286 | -| High-frequency data processing example | Released https://github.com/microsoft/qlib/pull/257 | -| High-frequency trading example | Part of code released https://github.com/microsoft/qlib/pull/227 | -| High-frequency data(1min) | Released https://github.com/microsoft/qlib/pull/221 | -| Tabnet Model | Released https://github.com/microsoft/qlib/pull/205 | - -Features released before 2021 are not listed here. - # Framework of Qlib