From 3c9f3acf7939f2c6e3140e602e299588804598d1 Mon Sep 17 00:00:00 2001 From: zhupr Date: Mon, 28 Sep 2020 14:43:09 +0800 Subject: [PATCH] Add FAQ --- README.md | 3 +- docs/FAQ/FAQ.rst | 66 ++++++++++++++++ docs/index.rst | 5 ++ qlib/data/cache.py | 187 +++++++++++---------------------------------- qlib/data/data.py | 12 +-- 5 files changed, 123 insertions(+), 150 deletions(-) create mode 100644 docs/FAQ/FAQ.rst diff --git a/README.md b/README.md index 7aca385d5..42038e4d0 100644 --- a/README.md +++ b/README.md @@ -154,10 +154,9 @@ Qlib provides a tool named `Estimator` to run the whole workflow automatically ( - Auto Correlation of forecasting signal (model prediction) ![Auto Correlation](http://fintech.msra.cn/images/analysis/analysis_model_auto_correlation.png?v=0.1) - - Portfolio analysis - Backtest return - ![Report](http://fintech.msra.cn/images/analysis/report.png) + ![Report](http://fintech.msra.cn/images/analysis/report.png?v=0.1)