Open Varun616 opened 4 years ago
Where is the ARFF file stored after converting CSV to ARFF ?
fileToWrite stores the path where the arrf file will be stored.
fileToWrite
fileToWrite = "worldcup2014.arff" #name as how you'll save your arff file.
You can have fileToWrite = "/research/worldcup2014.arff"
fileToWrite = "/research/worldcup2014.arff"
Where is the ARFF file stored after converting CSV to ARFF ?