I have the following python code:
import matplotlib.pyplot as plt plt.plot(dataset[\'YearsExperience\'], dataset[\'salary\'],\'b.\')
Here is the