Closed frtntik closed 1 month ago
Hi,
After building an environment with Ubuntu installed on windows, I ran python run_machine_learning.py > result.txt and the contents of result.txt is just "------------------------------". How can I get the correct result.txt?
python run_machine_learning.py > result.txt
Adjusting the code solved the problem.
Hi,
After building an environment with Ubuntu installed on windows, I ran
python run_machine_learning.py > result.txt
and the contents of result.txt is just "------------------------------". How can I get the correct result.txt?