Skip to content

Commit

Permalink
Merge pull request #31 from chrisrijsdijk/Arduino3Dsimple
Browse files Browse the repository at this point in the history
19States.xlsx...
  • Loading branch information
chrisrijsdijk committed Jul 22, 2023
2 parents 8a31e46 + d22602c commit 262ada3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"\n",
"# this data set represents the system during deployment\n",
"#df_dl =pd.read_excel(\"C:/Users/Admin/Pythonprojects/RAMS/data/Arduino_trainingset_3VarsDesign.xlsx\", index_col=0)\n",
"df_dl = pd.read_excel(\"https://raw.githubusercontent.com/chrisrijsdijk/RAMS/master/data/Arduino_trainingset_3VarsDesign.xlsx\", index_col=0)"
"df_dl = pd.read_excel(\"https://raw.githubusercontent.com/chrisrijsdijk/RAMS/master/data/Arduino_trainingset_3VarsDesign19States.xlsx\", index_col=0)"
]
},
{
Expand Down Expand Up @@ -985,7 +985,7 @@
}
],
"source": [
"# Plot the training data in a graph AND project the cluster means on them\n",
"# Plot the expert labels in a graph AND project the cluster means on them\n",
"\n",
"fig = plt.figure(figsize = (6,6))\n",
"plt.rcParams['font.size']=14\n",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"\n",
"# this data set represents the system during deployment\n",
"#df_dl =pd.read_excel(\"C:/Users/Admin/Pythonprojects/RAMS/data/Arduino_trainingset_3VarsDesign.xlsx\", index_col=0)\n",
"df_dl = pd.read_excel(\"https://raw.githubusercontent.com/chrisrijsdijk/RAMS/master/data/Arduino_trainingset_3VarsDesign.xlsx\", index_col=0)"
"df_dl = pd.read_excel(\"https://raw.githubusercontent.com/chrisrijsdijk/RAMS/master/data/Arduino_trainingset_3VarsDesign19States.xlsx\", index_col=0)"
]
},
{
Expand Down

0 comments on commit 262ada3

Please sign in to comment.