Skip to content

Commit

Permalink
preserve formatting for tree
Browse files Browse the repository at this point in the history
  • Loading branch information
beckynevin committed Oct 22, 2024
1 parent 32aa6a9 commit 910b9de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ Begin the environment
Now you have access to all the dependencies necessary to run the package.

## Package structure
```
DeepUQ/
├── CHANGELOG.md
├── LICENSE.txt
Expand All @@ -83,7 +84,7 @@ DeepUQ/
│ ├── data/
│ ├── test_DeepEnsemble.py
│ └── test_DeepEvidentialRegression.py

```

## How to run the workflow
The scripts can be accessed via the ipython example notebooks or via the model modules (ie `DeepEnsemble.py`). For example, to ingest data and train a Deep Ensemble from the DeepUQ/ directory:
Expand Down Expand Up @@ -118,3 +119,5 @@ The shortcut:




0 comments on commit 910b9de

Please sign in to comment.