You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have the same issue. When I tried your technique and executed 'python3 experiment.py settles.acl16.learning_traces.13m.csv' in command line, I get another error as below:
method = "hlr"
reading data...Traceback (most recent call last):
File "experiment.py", line 284, in
trainset, testset = read_data(args.input_file, args.method, args.b, args.l, args.max_lines)
File "experiment.py", line 244, in read_data
fv.append((intern('right'), math.sqrt(1+right)))
NameError: name 'intern' is not defined
I am trying to run the experiment file, but I get the following error with the dataset that you have provided:
iterator should return strings, not bytes (did you open the file in text mode?) at line 217.
I am using python 3.7.6 and executing experiment.py with the following arguments:
python3 experiment.py data/settles.acl16.learning_traces.13m.csv.gz
The text was updated successfully, but these errors were encountered: