Skip to content

Commit

Permalink
[DOC] speed up notebooks (#2393)
Browse files Browse the repository at this point in the history
* speed up TSFresh notebook

* deep networks notebook

* rocket notebook

* exclude

* run_examples.sh
  • Loading branch information
TonyBagnall authored Nov 25, 2024
1 parent c835217 commit 4b4e9eb
Show file tree
Hide file tree
Showing 4 changed files with 2,235 additions and 389 deletions.
2 changes: 2 additions & 0 deletions .github/utilities/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ excluded=()
if [ "$1" = true ]; then
excluded+=(
"examples/datasets/load_data_from_web.ipynb"
"examples/benchmarking/published_results.ipynb"
"examples/benchmarking/reference_results.ipynb"
"examples/benchmarking/bakeoff_results.ipynb"
"examples/benchmarking/regression.ipynb"
Expand All @@ -21,6 +22,7 @@ if [ "$1" = true ]; then
"examples/classification/interval_based.ipynb"
"examples/classification/shapelet_based.ipynb"
"examples/classification/convolution_based.ipynb"
"examples/similarity_search/code_speed.ipynb"

)
fi
Expand Down
Loading

0 comments on commit 4b4e9eb

Please sign in to comment.