Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error when running LinearRegressionTS.py #2

Open
ardianumam opened this issue Feb 2, 2020 · 0 comments
Open

Getting error when running LinearRegressionTS.py #2

ardianumam opened this issue Feb 2, 2020 · 0 comments

Comments

@ardianumam
Copy link

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant