Skip to content

Commit db8832b

Browse files
committed
inital commit
1 parent aa4749a commit db8832b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+6405
-0
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
*.pyc
3+
results/
4+
sherlock/pretrained/
5+
tmp/
6+
topic_model/LDA_cache/

configs/data_name_mapping.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"MPO_type78": ["plotly_sherlock_features.csv", "opendata_sherlock_features.csv", "manyeyes_sherlock_features.csv"],
3+
"M_type78": ["manyeyes_sherlock_features.csv"],
4+
"W_type78":["webtables0_sherlock_features.csv"]
5+
}

0 commit comments

Comments
 (0)