Created
June 22, 2018 09:42
-
-
Save Tathagatd96/b4d13b14cfb89aa08ea36cc4ccaec5c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ts_data=TimeSeriesData(250,0,10) | |
plt.plot(ts_data.x_data,ts_data.y_true) | |
plt.show() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment