Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Tathagatd96/e3e48fe4b99a3aec29cff2130e42a47f to your computer and use it in GitHub Desktop.
Save Tathagatd96/e3e48fe4b99a3aec29cff2130e42a47f to your computer and use it in GitHub Desktop.
plt.plot(ts_data.x_data,ts_data.y_true)
plt.plot(ts.flatten()[1:],y1.flatten(),"g*")
plt.show()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment