Skip to content

Commit

Permalink
Pre-render Jupyter notebook and move files to machine-learning folder
Browse files Browse the repository at this point in the history
Pushing the photon_classifier Jupyter Notebook with pre-rendered cells that was ran on CryoCloud. Putting the files under a 'machine-learning' folder, to be consistent with the other tutorials using subfolders.
  • Loading branch information
weiji14 committed Aug 18, 2024
1 parent db55b60 commit aac4747
Show file tree
Hide file tree
Showing 5 changed files with 14,290 additions and 4 deletions.
1 change: 1 addition & 0 deletions book/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ execute:
- "**/geospatial-advanced.ipynb"
- "cloud-computing/04-cloud-optimized-icesat2.ipynb"
- "cloud-computing/atl08_parquet_files/atl08_parquet.ipynb"
- "machine-learning/photon_classifier.ipynb"
allow_errors: false
# Per-cell notebook execution limit (seconds)
timeout: 300
Expand Down
3 changes: 1 addition & 2 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parts:
- file: tutorials/cloud-computing/atl08_parquet_files/atl08_parquet
options:
- titlesonly: true
- file: tutorials/photon_classifier
- file: tutorials/machine-learning/photon_classifier.ipynb
- caption: Projects
chapters:
- file: projects/index
Expand All @@ -48,4 +48,3 @@ parts:
- file: reference/bibliography
- file: reference/IS2-resources
- file: reference/questions

2 changes: 1 addition & 1 deletion book/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Below you'll find a table keeping track of all tutorials presented at this event
| [ICESat-2 Mission](./mission-overview/icesat-2-mission-overview.ipynb) | ICESat-2 Mission and Products | n/a | Not recorded |
| [Cloud Computing](./cloud-computing/00-goals-and-outline.ipynb) | Cloud Computing Tutorial | n/a | Not recorded |
| [Notebooks to Packages](./nb-to-package/index.md) | All about Python classes to packages | n/a | Not recorded |
| [ICESat-2 photon classification](./photon_classifier) | Machine Learning, PyTorch | ATL07 | Not recorded |
| [ICESat-2 photon classification](./machine-learning/photon_classifier.ipynb) | Machine Learning, PyTorch | ATL07 | Not recorded |
14,286 changes: 14,286 additions & 0 deletions book/tutorials/machine-learning/photon_classifier.ipynb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ---
# jupyter:
# jupytext:
# formats: py:percent
# formats: py:percent,ipynb
# text_representation:
# extension: .py
# format_name: percent
Expand Down

0 comments on commit aac4747

Please sign in to comment.