Skip to content

Commit 7b7fd06

Browse files
Merge pull request #56 from DmitriyValetov/fix_readme_reflink
fix data preprocessing link
2 parents 57d3e75 + b450606 commit 7b7fd06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Where should you start?
173173
Every ML problem starts with data preprocess step.
174174
TopicNet does not perform data preprocessing itself.
175175
Instead, it demands data being prepared by the user and loaded via [Dataset](topicnet/cooking_machine/dataset.py) class.
176-
Here is a basic example of how one can achieve that: [rtl_wiki_preprocessing](topicnet/demos/RTL-WIKI-PREPROCESSING.ipynb).
176+
Here is a basic example of how one can achieve that: [rtl_wiki_preprocessing](topicnet/demos/RTL-Wiki-Preprocessing.ipynb).
177177

178178
## Training a Topic Model
179179

0 commit comments

Comments
 (0)