ryancahildebrandt commited on
Commit
f892657
·
1 Parent(s): a960c4b

app test upload

Browse files
Files changed (2) hide show
  1. .gitignore +2 -0
  2. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ __pycache__/
2
+ *~
app.py CHANGED
@@ -33,7 +33,7 @@ This tool brings together a wide range of preprocessing, embedding, clustering,
33
  - This tool does not encompass all possible arguments across all of the individual functions in the pipeline. Fine tuning of model parameters should be done in a separate environment, but as much as possible the parameters which should be the most impactful are included.
34
  - Because of the range of possible metrics and algorithms here, it is expected that some of the many, many possible combinations will be incompatible.
35
 
36
- Additionally, this app was created in parallel with a static report published via Datapane, available [here](). The report goes into some detail on the conceptual underpinnings and usage of the techniques discussed here.
37
  """)
38
 
39
  #sidebar
 
33
  - This tool does not encompass all possible arguments across all of the individual functions in the pipeline. Fine tuning of model parameters should be done in a separate environment, but as much as possible the parameters which should be the most impactful are included.
34
  - Because of the range of possible metrics and algorithms here, it is expected that some of the many, many possible combinations will be incompatible.
35
 
36
+ Additionally, this app was created in parallel with a static report published via Datapane, available [here](https://datapane.com/reports/v7JNmd7/the-ex-academics-sentence-embedding-guide/). The report goes into some detail on the conceptual underpinnings and usage of the techniques discussed here.
37
  """)
38
 
39
  #sidebar