Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the What you really need to know section for the big picture.

julearn.config.set_config#

julearn.config.set_config(key, value)#

Set a global config value.

Parameters:
keystr

The key to set.

valueAny

The value to set.