Lesson 1, ploting from the commandline

I have suscesfully run the lesson 1 3 lines of code with the dogcats data and also from my own, I just tried also to plot to see the LR graph but there is nothing, I have the code but when I run it (I am running the test from a file.py in a command line console in Gnome) the graph that learn.sched.plot() should show is not there, I am not getting any error message either

Any ideas?

After calling plot function, you must show graph by calling plt.show()

1 Like