read_yaml(file_path)
Read YAML file.
Parameters: |
|
---|
Returns: |
|
---|
newsclassifier\utils.py
23 24 25 26 27 28 29 30 31 32 33 34 35 |
|
write_yaml(data, filepath)
Write into YAML file.
Parameters: |
|
---|
newsclassifier\utils.py
10 11 12 13 14 15 16 17 18 19 20 |
|