Spaces:
Runtime error
Runtime error
HugoLaurencon
commited on
Commit
•
3fd19c1
1
Parent(s):
14574d7
remove zipf's law and update of the doc
Browse files- app.py +1 -1
- filtering_pipeline_oscar.pdf +0 -0
app.py
CHANGED
@@ -315,7 +315,7 @@ class Visualization:
|
|
315 |
self.filtering_of_docs()
|
316 |
self.filtering_of_words()
|
317 |
self.plot_distributions_filtering_parameters()
|
318 |
-
self.plot_zipf_law()
|
319 |
self.download_data()
|
320 |
|
321 |
|
|
|
315 |
self.filtering_of_docs()
|
316 |
self.filtering_of_words()
|
317 |
self.plot_distributions_filtering_parameters()
|
318 |
+
#self.plot_zipf_law()
|
319 |
self.download_data()
|
320 |
|
321 |
|
filtering_pipeline_oscar.pdf
CHANGED
Binary files a/filtering_pipeline_oscar.pdf and b/filtering_pipeline_oscar.pdf differ
|
|