7. Configuring julearn#
While julearn is meant to be a user-friendly tool, this also comes with a cost.
For example, in order to provide the user with information as well as to be
able to detect potential errors, we have implemented several checks. These
checks, however, might yield high computational costs. Therefore, we have
implemented a global configuration module in julearn that allows to set
flags to enable or disable certain extra functionality. This module is called
julearn.config
and it has a single function called set_config
that
given a configuration flag name and a value, it sets the flag to the given
value.
Here you can find the comprehensive list of flags that can be set:
Flag |
Description |
Potential problem(s) |
---|---|---|
|
Disable checking for unmatched column names in |
The user might think that a certain feature is used in the model when it is not. |
|
Disable checking for missing/present |
The user might think that a certain feature is considered in the model when it is not. |
|
Disable printing the list of expaneded column names in |
The user will not see the expanded column names in |
|
Disable printing the list of expaneded column names in |
The user will not see the expaned |