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

Update lasso example #454

Closed
bhagemeier opened this issue Jan 17, 2020 · 0 comments · Fixed by #471
Closed

Update lasso example #454

bhagemeier opened this issue Jan 17, 2020 · 0 comments · Fixed by #471
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@bhagemeier
Copy link
Member

Description
The lasso example references heat.ml.regression.lasso

To Reproduce
Steps to reproduce the behavior:

  1. Which module/class/function is affected?
    examples/lasso/demo.py
  2. What are the circumstances under which the bug appears?
    run demo.py
  3. What is the exact error-message/errorous behavious?
    Traceback (most recent call last): File "demo.py", line 10, in <module> import heat.ml.regression.lasso as lasso ModuleNotFoundError: No module named 'heat.ml'

Expected behavior
Should import heat.core.regression.lasso

Version Info
Which version are you using?
0.2.1

@bhagemeier bhagemeier added bug Something isn't working good first issue Good for newcomers labels Jan 17, 2020
@bhagemeier bhagemeier self-assigned this Jan 17, 2020
bhagemeier added a commit that referenced this issue Jan 22, 2020
There is no separate ml module anymore, the example just follows this 
change.

Fixes #454
bhagemeier added a commit that referenced this issue Jan 31, 2020
There is no separate ml module anymore, the example just follows this 
change.

Fixes #454
bhagemeier added a commit that referenced this issue Jan 31, 2020
@bhagemeier bhagemeier mentioned this issue Jan 31, 2020
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant