mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-16 17:12:20 +08:00
Update initialization.rst
This commit is contained in:
@@ -89,7 +89,9 @@ The following are several important parameters of `qlib.init` (`Qlib` has a lot
|
|||||||
"task_url": "mongodb://localhost:27017/", # your mongo url
|
"task_url": "mongodb://localhost:27017/", # your mongo url
|
||||||
"task_db_name": "rolling_db", # the database name of Task Management
|
"task_db_name": "rolling_db", # the database name of Task Management
|
||||||
})
|
})
|
||||||
|
|
||||||
- `logging_level`
|
- `logging_level`
|
||||||
The logging level for the system.
|
The logging level for the system.
|
||||||
|
|
||||||
- `kernels`
|
- `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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user