machine_learning_examples
machine_learning_examples copied to clipboard
Fix for bug N = 0
The program runs fine for the first time but for multiple runs, had a bug. N = len(filenames) line was not called the second time the program was run and hence was set to zero.