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
Description
The lasso example references heat.ml.regression.lasso
To Reproduce
Steps to reproduce the behavior:
Which module/class/function is affected?
examples/lasso/demo.py
What are the circumstances under which the bug appears?
run demo.py
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
The text was updated successfully, but these errors were encountered:
Description
The lasso example references heat.ml.regression.lasso
To Reproduce
Steps to reproduce the behavior:
examples/lasso/demo.py
run demo.py
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
The text was updated successfully, but these errors were encountered: