-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
5,636 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# [`ml4gw`](https://github.com/ML4GW/ml4gw) Tutorial | ||
|
||
This repo hosts the Jupyter notebook and the environment files for the `ml4gw` tutorial. | ||
|
||
If you use `poetry`, the environment can be installed and a Jupyter kernel created with | ||
```bash | ||
poetry install | ||
poetry run python -m ipykernel install --user --name ml4gw_tutorial | ||
``` | ||
|
||
If you use a different environment manager, all of the packages listed in the `pyproject.toml` file can be `pip install`ed into whatever environment you desire. | ||
|
||
The background data files used in this tutorial can be copied from `/home/william.benoit/ML4GW/ml4gw_tutorial/background_data` on the Hanford computing cluster. |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.