I am using Python 3.5.2.
When I try to submit I get the following error:
An exception of type KeyError occured. Messsage:
("'__name__' not in globals",)
If I remove the catch error function, I get:
Traceback (most recent call last):
File "submit.py", line 58, in <module>
s.submit()
File "/Users/shaharb/kaggle/ml_coursera/Coursera-Stanford-ML-Python-master/Submission.py", line 27, in submit
parts[str(part_id)] = {'output': self.__output(part_id)}
File "submit.py", line 39, in output
mod = __import__(fname, fromlist=[fname], level=1)
KeyError: "'__name__' not in globals"
I am using Python 3.5.2. When I try to submit I get the following error:
If I remove the catch error function, I get: