Comments + Function Documentation
Added/adjusted a few comments plus function documentation to a few of the scripts to improve readability.
Minor bug fix
models.bow main.py file contained a minor bug when dealing with one of the class imbalance cases (config.imbalance_fix == 'none') within the if code bock. I've outlined the bug with comments inside the script and proposed a fix for the bug for review (line 59)
Comments + Function Documentation Added/adjusted a few comments plus function documentation to a few of the scripts to improve readability.
Minor bug fix models.bow main.py file contained a minor bug when dealing with one of the class imbalance cases (
config.imbalance_fix == 'none'
) within theif
code bock. I've outlined the bug with comments inside the script and proposed a fix for the bug for review (line 59)