Apriori icon indicating copy to clipboard operation
Apriori copied to clipboard

datafile is opened without close function

Open youyuge34 opened this issue 7 years ago • 1 comments

Inside the function dataFromFile(fname) ,the file is opened. But the file close function is not called, which is not safe. Suggest that call the with open...as... instead of open function.

youyuge34 avatar Oct 23 '17 11:10 youyuge34

I have implemented this lift feature with more datasets. See my repo here: https://github.com/zoeleesss/Apriori

zoeleesss avatar Jun 12 '18 02:06 zoeleesss