Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 334 Bytes

INSTALL.md

File metadata and controls

22 lines (19 loc) · 334 Bytes

Required tools and packages

Our replicaion package is comprised of Python and R programs. To replicate our study, install:

  • Python 3.6
  • R 3.3.2

To execute RUN.sh, install the following libraries:

[Python]

  • numpy
  • nltk
  • sklearn
  • imblearn
  • pandas
  • scipy
  • itertools
  • pymongo

[R]

  • ggplot2
  • scales
  • tidyverse
  • reshape2