From 80af395b3ce7de059cd5b804c4f7dcfc45d77264 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Wed, 2 Mar 2022 20:51:37 +0800 Subject: [PATCH] Update initialization.rst (#941) --- docs/start/initialization.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/start/initialization.rst b/docs/start/initialization.rst index 7229fff93..af72e2d9f 100644 --- a/docs/start/initialization.rst +++ b/docs/start/initialization.rst @@ -89,5 +89,7 @@ The following are several important parameters of `qlib.init` (`Qlib` has a lot "task_url": "mongodb://localhost:27017/", # your mongo url "task_db_name": "rolling_db", # the database name of Task Management }) -- `logging_level`: The logging level for the system. -- `kernels`: The number of processes used when calculating features in Qlib's expression engine. It is very helpful to set it to 1 when you are debuggin an expression calculating exception +- `logging_level` + The logging level for the system. +- `kernels` + The number of processes used when calculating features in Qlib's expression engine. It is very helpful to set it to 1 when you are debuggin an expression calculating exception