Skip to content

Commit

Permalink
try swapping cell order
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez committed Aug 21, 2023
1 parent 6d947c1 commit b725127
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
29 changes: 14 additions & 15 deletions nbs/src/core/core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,21 +47,6 @@
"* `StatsForecast.plot`"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "02ce0ed1-3b26-478e-8f74-3419adbbdc6b",
"metadata": {},
"outputs": [],
"source": [
"#| hide\n",
"import warnings\n",
"warnings.filterwarnings('ignore', category=FutureWarning)\n",
"\n",
"from nbdev.showdoc import add_docs, show_doc\n",
"from statsforecast.models import Naive"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down Expand Up @@ -94,6 +79,20 @@
"from statsforecast.utils import ConformalIntervals"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "02ce0ed1-3b26-478e-8f74-3419adbbdc6b",
"metadata": {},
"outputs": [],
"source": [
"#| hide\n",
"warnings.filterwarnings('ignore', category=FutureWarning)\n",
"\n",
"from nbdev.showdoc import add_docs, show_doc\n",
"from statsforecast.models import Naive"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
2 changes: 1 addition & 1 deletion statsforecast/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# %% auto 0
__all__ = ['StatsForecast']

# %% ../nbs/src/core/core.ipynb 5
# %% ../nbs/src/core/core.ipynb 4
import inspect
import logging
import random
Expand Down

0 comments on commit b725127

Please sign in to comment.