Skip to content

Commit

Permalink
Updated filepath for data.
Browse files Browse the repository at this point in the history
  • Loading branch information
lishanlitamu committed May 6, 2024
1 parent 2de17a9 commit 557e5e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tutorials/machine_learning/ARM_DQO_Spike_Detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "code",
"execution_count": null,
"execution_count": 3,
"id": "e9c70919-0a9f-4f52-83fb-bd3e6a541cd2",
"metadata": {},
"outputs": [],
Expand Down Expand Up @@ -41,12 +41,13 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 5,
"id": "c8d80312-9d2b-4fdc-a0a5-7929bfaa4f4e",
"metadata": {},
"outputs": [],
"source": [
"filepath = '/gpfs/wolf2/arm/atm124/world-shared/arm-summer-school-2024/machine_learning/2019_2021'\n",
"# filepath = '/gpfs/wolf2/arm/atm124/world-shared/arm-summer-school-2024/machine_learning/2019_2021'\n",
"filepath = '../data/ML'\n",
"X = np.load(f'{filepath}/features_nsametC1.b1_rh_mean_2019_2021.npy')\n",
"y = np.load(f'{filepath}/label_nsametC1.b1_rh_mean_2019_2021.npy')\n",
"time = np.load(f'{filepath}/time_nsametC1.b1_rh_mean_2019_2021.npy')\n",
Expand Down

0 comments on commit 557e5e3

Please sign in to comment.