additional_topics.ipynb (prophet-1.1) | : | additional_topics.ipynb (prophet-1.1.1) | ||
---|---|---|---|---|
skipping to change at line 13 | skipping to change at line 13 | |||
{ | { | |||
"cell_type": "code", | "cell_type": "code", | |||
"execution_count": 1, | "execution_count": 1, | |||
"metadata": { | "metadata": { | |||
"block_hidden": true | "block_hidden": true | |||
}, | }, | |||
"outputs": [], | "outputs": [], | |||
"source": [ | "source": [ | |||
"%load_ext rpy2.ipython\n", | "%load_ext rpy2.ipython\n", | |||
"%matplotlib inline\n", | "%matplotlib inline\n", | |||
"\n", | ||||
"from prophet import Prophet\n", | ||||
"import pandas as pd\n", | "import pandas as pd\n", | |||
"import numpy as np\n", | "import numpy as np\n", | |||
"from prophet import Prophet\n", | ||||
"import logging\n", | "import logging\n", | |||
"logging.getLogger('prophet').setLevel(logging.ERROR)\n", | ||||
"import warnings\n", | "import warnings\n", | |||
"\n", | ||||
"logging.getLogger('prophet').setLevel(logging.ERROR)\n", | ||||
"warnings.filterwarnings(\"ignore\")" | "warnings.filterwarnings(\"ignore\")" | |||
] | ] | |||
}, | }, | |||
{ | { | |||
"cell_type": "code", | "cell_type": "code", | |||
"execution_count": 2, | "execution_count": 2, | |||
"metadata": { | "metadata": { | |||
"block_hidden": true | "block_hidden": true | |||
}, | }, | |||
"outputs": [ | "outputs": [ | |||
skipping to change at line 271 | skipping to change at line 273 | |||
"### External references\n", | "### External references\n", | |||
"These github repositories provide examples of building on top of Prophet in ways that may be of broad interest:\n", | "These github repositories provide examples of building on top of Prophet in ways that may be of broad interest:\n", | |||
"* [forecastr](https://github.com/garethcull/forecastr): A web app that prov ides a UI for Prophet.\n", | "* [forecastr](https://github.com/garethcull/forecastr): A web app that prov ides a UI for Prophet.\n", | |||
"* [NeuralProphet](https://github.com/ourownstory/neural_prophet): A Prophet -style model implemented in pytorch, to be more adaptable and extensible." | "* [NeuralProphet](https://github.com/ourownstory/neural_prophet): A Prophet -style model implemented in pytorch, to be more adaptable and extensible." | |||
] | ] | |||
} | } | |||
], | ], | |||
"metadata": { | "metadata": { | |||
"celltoolbar": "Edit Metadata", | "celltoolbar": "Edit Metadata", | |||
"kernelspec": { | "kernelspec": { | |||
"display_name": "Python 3", | "display_name": "Python 3 (ipykernel)", | |||
"language": "python", | "language": "python", | |||
"name": "python3" | "name": "python3" | |||
}, | }, | |||
"language_info": { | "language_info": { | |||
"codemirror_mode": { | "codemirror_mode": { | |||
"name": "ipython", | "name": "ipython", | |||
"version": 3 | "version": 3 | |||
}, | }, | |||
"file_extension": ".py", | "file_extension": ".py", | |||
"mimetype": "text/x-python", | "mimetype": "text/x-python", | |||
"name": "python", | "name": "python", | |||
"nbconvert_exporter": "python", | "nbconvert_exporter": "python", | |||
"pygments_lexer": "ipython3", | "pygments_lexer": "ipython3", | |||
"version": "3.8.3" | "version": "3.8.10" | |||
} | } | |||
}, | }, | |||
"nbformat": 4, | "nbformat": 4, | |||
"nbformat_minor": 2 | "nbformat_minor": 4 | |||
} | } | |||
End of changes. 7 change blocks. | ||||
5 lines changed or deleted | 7 lines changed or added |