Skip to content

Commit

Permalink
Update initialization.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
you-n-g authored Mar 2, 2022
1 parent 80af395 commit ed0c238
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/start/initialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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_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

0 comments on commit ed0c238

Please sign in to comment.