Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

68 topic model #164

Open
wants to merge 50 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
9e369f0
Init commit for topic modeling
drJAGartner May 24, 2017
5badf4f
Typo
drJAGartner May 24, 2017
84ab6a7
Fix Redis Channel
drJAGartner May 24, 2017
40180b5
Merge branch 'master' into 68-topic-model
lukewendling May 30, 2017
58b2599
touch up
lukewendling May 30, 2017
679a546
Merge branch 'master' into 68-topic-model
lukewendling May 30, 2017
fcc3b16
add event-classifier svc
lukewendling Jun 1, 2017
acab8cc
add jobs/submit endpoint. direct to redis
lukewendling Jun 1, 2017
a5a09d7
limit postsCluster query
lukewendling Jun 5, 2017
fa6eb23
add npm scripts for services
lukewendling Jun 27, 2017
8689a16
demo topics ui
lukewendling Jun 27, 2017
6a0045f
add Topic model
lukewendling Jun 27, 2017
e064446
rm webcomps. limit topics
lukewendling Jun 28, 2017
8668a86
add fasttext to silk-specter
lukewendling Jul 10, 2017
a145f55
add kafka bits. touch up topic format
lukewendling Jul 11, 2017
67a1f99
update services def
lukewendling Jul 11, 2017
250a7da
save topics to mongo
lukewendling Jul 12, 2017
38c28e6
hide event-classifier svc
lukewendling Jul 12, 2017
351564a
use save version of dr-man as current qcr
lukewendling Jul 12, 2017
a350c95
clean up ft modeler
lukewendling Jul 13, 2017
99adf17
Merge branch 'master' into 68-topic-model
lukewendling Jul 14, 2017
1ed0987
run script mods
lukewendling Jul 20, 2017
39876c9
ui: add topics tab to events page
lukewendling Jul 21, 2017
2515d6c
nb utils
lukewendling Jul 21, 2017
41df097
services: mongo dep
lukewendling Jul 21, 2017
fc9b2b7
improved fasttext modeling
lukewendling Jul 25, 2017
bea81cb
bump silk
lukewendling Jul 25, 2017
d6a4292
various fixes to silk. run with spark-submit.
lukewendling Jul 27, 2017
a6aa2d9
svcs: always start with main.py
lukewendling Jul 27, 2017
aed9d22
start-pyspark can start in local or cluster mode
lukewendling Jul 28, 2017
059d2ab
compose script now passes all options thru
lukewendling Jul 28, 2017
cc55029
fix topic model
lukewendling Jul 28, 2017
b9f1d78
control log level in mongo spark client
lukewendling Jul 31, 2017
981c7e5
dockerignore for services
lukewendling Jul 31, 2017
1587fc2
add timers to silk. add comments
lukewendling Jul 31, 2017
8ed2bf3
silk: touch up tokenizer
lukewendling Jul 31, 2017
5c5e734
clean up predict func
lukewendling Aug 1, 2017
8d9d4fd
silk: use clean func in train
lukewendling Aug 2, 2017
eba86ee
Merge branch 'master' into 68-topic-model
lukewendling Aug 2, 2017
d022fcb
Merge branch 'master' into 68-topic-model
lukewendling Aug 2, 2017
12b8a96
fix: deploy 'up' cmd
lukewendling Aug 9, 2017
6986a11
publish ports for spark UI
lukewendling Aug 14, 2017
2c575c2
mongo spark client: accept schema arg
lukewendling Aug 14, 2017
fc8ffc8
fasttext-pmi notebook
lukewendling Aug 22, 2017
c86a589
silk: touch up fasttext usage
lukewendling Aug 29, 2017
4f5a52e
update gettags script
lukewendling Aug 29, 2017
b9a0eab
py3 date_utils
lukewendling Aug 29, 2017
a1c7c59
rm silk from svcs for now
lukewendling Aug 29, 2017
2a4d027
fix str fmt bug
lukewendling Aug 30, 2017
40f02bb
update nb_utils
lukewendling Oct 16, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ docker-compose.override.yml
.config.json
*.backup
*_cred.json

# services
services/**/*.bin
services/**/*.txt
Loading