Skip to content

Commit 034fbe9

Browse files
Jonah Ascolisiliataider
authored andcommitted
[tutorials][ML] Fix wrong file name in tutorial index.
Currently the Higgs Classification ML tutorial is in the wrong section due to a typo in the file name.
1 parent 732e510 commit 034fbe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/machine_learning/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@
137137
| ml_dataloader_NumPy.py | Loading batches of events from a ROOT dataset as Python generators of numpy arrays. |
138138
| ml_dataloader_PyTorch.py | Loading batches of events from a ROOT dataset into a basic PyTorch workflow. |
139139
| ml_dataloader_TensorFlow.py | Loading batches of events from a ROOT dataset into a basic TensorFlow workflow. |
140-
| ml_dataloader_Higgs_Classification | Loading batches of events from different files for a data-normalization workflow. |
140+
| ml_dataloader_Higgs_Classification.py | Loading batches of events from different files for a data-normalization workflow. |
141141
| ml_dataloader_resampling.py | Loading batches of events from an imbalanced ROOT dataset and balancing them. |
142142

0 commit comments

Comments
 (0)