Skip to content

Commit b450606

Browse files
fix data preprocessing link
1 parent 57d3e75 commit b450606

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)