Skip to content

Commit def70ac

Browse files
authored
Merge pull request #20 from bzz/update-docs
doc: update to latest images
2 parents 727321d + 88bd874 commit def70ac

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ docker run \
9090
--link devfest_gitbase:devfest_gitbase \
9191
--volume $(pwd)/notebooks:/devfest/notebooks \
9292
--volume $(pwd)/repos:/devfest/repos \
93-
devfest
93+
mloncode/devfest
9494
```
9595

9696
<details>
@@ -114,18 +114,18 @@ make
114114

115115
### 1. Download the data
116116

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.
118118

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)
120120

121121
### 2. Project and Developer Similarities
122122

123-
TBD
123+
Build a vector model for projects and developers using [Topic Modelling](https://en.wikipedia.org/wiki/Topic_model) of code identifiers.
124124

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)
126126

127127
### 3. Function Name Suggestion
128128

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.
130130

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)

images/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ docker save -o images/engine.tgz srcd/gitbase:v0.24.0-rc2
2020
Build the jupyter image:
2121

2222
```shell
23-
docker build -t devfest .
23+
docker build -t mloncode/devfest .
2424
docker save -o images/jupyter.tgz devfest
2525
```

0 commit comments

Comments
 (0)