-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from FNALLPC/2024-update
2024 update
- Loading branch information
Showing
16 changed files
with
632 additions
and
473 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
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
468 changes: 15 additions & 453 deletions
468
machine-learning-hats/notebooks/1-datasets-uproot.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
556 changes: 556 additions & 0 deletions
556
machine-learning-hats/notebooks/2-boosted-decision-tree.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
4 changes: 3 additions & 1 deletion
4
...-learning-hats/notebooks/4-gnn-cora.ipynb → ...-learning-hats/notebooks/5-gnn-cora.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,33 @@ | ||
# Purdue Analysis Facility | ||
|
||
## 1. Sign-in | ||
|
||
See the [Getting Started](https://analysis-facility.physics.purdue.edu/en/latest/doc-getting-started.html) guide and the rest of the documentation for details. | ||
|
||
Point your browser to https://cms.geddes.rcac.purdue.edu/hub and log in with your CERN or FNAL account. | ||
|
||
Create an instance with the default resources. | ||
|
||
|
||
## 2. Clone this repository | ||
|
||
1. Once the session starts, open the Git sidebar menu: | ||
|
||
![git menu](git.png) | ||
|
||
2. Click "Clone a Repository". | ||
|
||
3. Copy and paste the repository URL: https://github.com/FNALLPC/machine-learning-hats.git and Clone with the default options. | ||
|
||
4. You should now see the `machine-learning-hats` directory in your file browser: | ||
|
||
![folders](folders.png) | ||
|
||
Open it and navigate to `machine-learning-hats` -> `notebooks` | ||
|
||
|
||
## 3. Notebooks | ||
|
||
Open up a notebook and use the `Python3 kernel (default)` kernel. You can now the run the notebook by pressing `Shift + Enter`, one cell at a time. | ||
|
||
|
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 |
---|---|---|
|
@@ -10,4 +10,5 @@ pandas | |
torch | ||
ipykernel | ||
tqdm | ||
jupyter | ||
jupyter | ||
xgboost |