module documentation
Preprocess data.
| Class | |
Base class for preprocessing. |
| Function | init |
Initialize the logger. |
| Function | main |
Undocumented |
Initialize the logger.
| Parameters | |
name:str | name of the logger. Defaults to "root". |
level:int, optional | CRITICAL: 50, ERROR: 40, WARNING: 30, INFO: 20, DEBUG: 10, NOTSET: 0 |
logstr, optional | path to the log file. Defaults to "log.txt". |
| Returns | |
logging.Logger | the logger object |