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:
  • key (str) – The key to set.

  • value (Any) – The value to set.