GoogleCloudPlatform / GoogleCloudPlatform/training-data-analyst
No module named model when running training-data-analyst > courses > machine_learning > feateng > labs > feateng.ipynb
Open
- Dominant language
- Jupyter Notebook
- Stars
- 8.6k
- Forks
- 6.1k
- Avg merge
- 4h 44m
- Merged PRs (30d)
- 2
Description
If you run into that issue.
Replace
`import model`
in the file task.py with
`from .model import train_and_evaluate`
And call directly the method in the try block.
`train_and_evaluate(arguments)`
Contributor guide
Assessment
This issue has not been assessed yet.