1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-09 14:00:55 +08:00

fix some typo and bug

This commit is contained in:
Young
2020-11-26 08:42:54 +00:00
parent d780daaa87
commit e2935f214a
6 changed files with 11 additions and 10 deletions

View File

@@ -1,13 +1,13 @@
.. _report:
==========================================
Aanalysis: Evaluation & Results Analysis
Analysis: Evaluation & Results Analysis
==========================================
Introduction
===================
``Aanalysis`` is designed to show the graphical reports of ``Intraday Trading`` , which helps users to evaluate and analyse investment portfolios visually. The following are some graphics to view:
``Analysis`` is designed to show the graphical reports of ``Intraday Trading`` , which helps users to evaluate and analyse investment portfolios visually. The following are some graphics to view:
- analysis_position
- report_graph

View File

@@ -41,7 +41,7 @@ Document Structure
Interday Strategy: Portfolio Management <component/strategy.rst>
Intraday Trading: Model&Strategy Testing <component/backtest.rst>
Qlib Recorder: Experiment Management <component/recorder.rst>
Aanalysis: Evaluation & Results Analysis <component/report.rst>
Analysis: Evaluation & Results Analysis <component/report.rst>
.. toctree::
:maxdepth: 3

View File

@@ -84,7 +84,7 @@ Auto Quant Research Workflow
- Run ``examples/workflow_by_code.ipynb`` with jupyter notebook
Users can have portfolio analysis or prediction score (model prediction) analysis by run ``examples/workflow_by_code.ipynb``.
- Graphical Reports
Users can get graphical reports about the analysis, please refer to `Aanalysis: Evaluation & Results Analysis <../component/report.html>`_ for more details.
Users can get graphical reports about the analysis, please refer to `Analysis: Evaluation & Results Analysis <../component/report.html>`_ for more details.