You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ docker run \
90
90
--link devfest_gitbase:devfest_gitbase \
91
91
--volume $(pwd)/notebooks:/devfest/notebooks \
92
92
--volume $(pwd)/repos:/devfest/repos \
93
-
devfest
93
+
mloncode/devfest
94
94
```
95
95
96
96
<details>
@@ -114,18 +114,18 @@ make
114
114
115
115
### 1. Download the data
116
116
117
-
We are going to use top XXX repositories from Apache Software Foundation though this workshop.
117
+
We are going to use top 50 repositories from [Apache Software Foundation](https://www.apache.org) though this workshop.
118
118
119
-
[Notebook 1: data collection pipeline](#link to local jupyther)
119
+
[Notebook 1: data collection pipeline](http://127.0.0.1:8888/notebooks/Download%20repositories.ipynb)
120
120
121
121
### 2. Project and Developer Similarities
122
122
123
-
TBD
123
+
Build a vector model for projects and developers using [Topic Modelling](https://en.wikipedia.org/wiki/Topic_model) of code identifiers.
124
124
125
-
[Notebook 2: project and developer similarities](#link to local jupyther)
125
+
[Notebook 2: project and developer similarities](http://127.0.0.1:8888/notebooks/Project%20and%20Developer%20Similarity.ipynb)
126
126
127
127
### 3. Function Name Suggestion
128
128
129
-
TBD
129
+
Train a NMT [seq2seq model](https://towardsdatascience.com/nlp-sequence-to-sequence-networks-part-2-seq2seq-model-encoderdecoder-model-6c22e29fd7e1) for predicting method names based on identifiers in method bodies.
130
130
131
-
[Notebook 2: function name suggestion](#link to local jupyther)
131
+
[Notebook 2: function name suggestion](http://127.0.0.1:8888/notebooks/Name%20suggestion.ipynb)
0 commit comments