ageron / ageron/handson-ml

Chapter 1 ln 11

Open
#495 19 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
25.6k
Forks
12.7k
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/50286616/66269659-8bba5c80-e868-11e9-9393-522b898fb79e.png)

I am getting this error:
NameError Traceback (most recent call last)
in
14 arrowprops=dict(facecolor='black', width=0.5, shrink=0.1, headwidth=5))
15 plt.plot(pos_data_x, pos_data_y, "ro")
---> 16 save_fig('money_happy_scatterplot')
17 plt.show()
18

NameError: name 'save_fig' is not defined

Contributor guide

No contributing guide indexed for this repository

Research direction

Locate the Chapter 1 notebook and the cell identified as line 11, then run the example to reproduce the reported NameError. Check how the notebook defines or uses save_fig and verify that the cell completes without the error; the issue provides no specific file or test name.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.