Skip to content

Commit

Permalink
warnings notebook added
Browse files Browse the repository at this point in the history
  • Loading branch information
gallg committed Jan 20, 2025
1 parent aeba924 commit c7bc0c8
Show file tree
Hide file tree
Showing 4 changed files with 232 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
.vscode/
manuscript/_build/
manuscript/exports/
**/.DS_Store
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ models.
stop = res.estimated_stop

This prints out the results and plots the learning and power curves.
An extended, working example can be found in ["our example notebook"](notebooks/example.ipynb)

- An extended, working example can be found in ["our example notebook"](notebooks/example.ipynb)
- A description of possible warnings frequently encountered during runtime can be found in ["our warnings notebook"](notebooks/warnings.ipynb)

## Documentation
The package documentation is available [here](https://pni-lab.github.io/adaptivesplit/).
Expand Down
4 changes: 2 additions & 2 deletions notebooks/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"id": "b624c5e52506fe96",
"metadata": {
"ExecuteTime": {
Expand All @@ -82,7 +82,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"Calculating learning curve: 100%|██████████| 1200/1200 [00:26<00:00, 45.85it/s]\n",
"Calculating learning curve: 100%|██████████| 1200/1200 [00:22<00:00, 53.68it/s]\n",
" 0% (0 of 5) | | Elapsed Time: 0:00:00 ETA: --:--:--\n",
"100% (5 of 5) |##########################| Elapsed Time: 0:00:00 Time: 0:00:00\n",
" 0% (0 of 5) | | Elapsed Time: 0:00:00 ETA: --:--:--\n",
Expand Down
226 changes: 226 additions & 0 deletions notebooks/warnings.ipynb

Large diffs are not rendered by default.

0 comments on commit c7bc0c8

Please sign in to comment.