AmazaspShumik/MapReduce-Machine-Learning

Getting error when running LinearRegressionTS.py

ardianumam opened this issue · 0 comments

I run the python LinearRegressionTS.py example_dataset.txt > result1 and get error below. Maybe you can also provide a guide to run the code, including what parameters should be passed, etc so that it helps people to run the code :)

Traceback (most recent call last): File "regression.py", line 180, in <module> LinearRegressionTS.run() File "C:\Users\ardia\AppData\Local\conda\conda\envs\datamining\lib\site-packages\mrjob\job.py", line 616, in run cls().execute() File "regression.py", line 90, in __init__ n = self.options.dimension AttributeError: 'Namespace' object has no attribute 'dimension'