Created
July 28, 2022 20:29
-
-
Save erykml/e53711b4c63e19a68bf4933847bb8b89 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
| results_df.plot(title="Comparison of fits using different time-based features", | |
| figsize=(16,4), | |
| color = ["c", "k", "b", "r"]) | |
| plt.axvline(date(2020, 1, 1), c="m", linestyle="--"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment