doobwa / blockrem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chris DuBois
Block relational event models
May 2012

Compiling the paper:

cd docs/
pdflatex submission.tex
bibtex submission
pdflatex submission.tex
pdflatex submission.tex

Fitting a BREM model to several datasets on several datalab machines 
with a variety of settings:

./parallel --sshlogin 8/d7,8/d8 \
   'cd /extra/duboisc0/blockrem \ 
    ./brem.r \
   -d {1} -k {2} -n 500 -s {3} -g {4} -b {5} -e 5' \
   ::: "synthetic-1" "eckmann-small" "twitter-small" "realitymining-small" \
   ::: 10 \
   ::: FALSE \
   ::: FALSE TRUE \
   ::: FALSE TRUE

Making predictions on fitted models for multiple datasets:

./parallel --sshlogin  4/d11,6/d12 \
   'cd /extra/duboisc0/blockrem;./predict.r -d {1}' ::: \
   "synthetic-1" "realitymining-small" "eckmann-small" \
   "classroom-16" "classroom-17" "classroom-27" "classroom-29"\
   "classroom-31" "enron-small"

Other files:
      pkg/        Code to fit BREM models.
      results.r   Generate results tables.
      figs/       Figures and the scripts that create them
      dashboard.r A variety of useful figures for monitoring progress.
      data/       Data sets applicable to relational event modeling.
      process/    Scripts for processing data into the form needed for BREM.      

About


Languages

Language:R 50.7%Language:Perl 38.6%Language:C++ 7.8%Language:Shell 2.9%