harpomaxx commited on
Commit
3572084
1 Parent(s): c9e1b5d

add link to dataset

Browse files
Files changed (1) hide show
  1. app.R +6 -1
app.R CHANGED
@@ -43,6 +43,9 @@ ui <- fluidPage(
43
  tabPanel("About",
44
  HTML("
45
  <h5> The following model was part of the the research article:
 
 
 
46
  <h4>Developing an Interpretable Machine Learning Model for the Detection of Mimosa Grazing in Goats</h4>
47
 
48
  <em>In the last years, several machine learning approaches for detecting animal behaviors have been proposed.
@@ -146,7 +149,9 @@ ui <- fluidPage(
146
  </tbody>
147
  </table>
148
 
149
- <p><p> <h5> Experiments, datasets and source code and more <a href=https://github.com/harpomaxx/goat-behavior/> here<a/> </h5>")
 
 
150
  ),
151
 
152
  tabPanel("Results",
 
43
  tabPanel("About",
44
  HTML("
45
  <h5> The following model was part of the the research article:
46
+
47
+ <p><p> <h5> You can test the app using an example dataset available <a href='https://github.com/harpomaxx/goat-behavior-model/blob/881ed7251a58a55b05d5eb3a3bc40225ba6694cb/data/split/dataset_a.tsv' > here <a/></h5>
48
+
49
  <h4>Developing an Interpretable Machine Learning Model for the Detection of Mimosa Grazing in Goats</h4>
50
 
51
  <em>In the last years, several machine learning approaches for detecting animal behaviors have been proposed.
 
149
  </tbody>
150
  </table>
151
 
152
+ <p><p> <h5> Experiments, datasets and source code and more <a href='https://github.com/harpomaxx/goat-behavior/'> here<a/> </h5>"
153
+
154
+ )
155
  ),
156
 
157
  tabPanel("Results",