GithubHelp home page GithubHelp logo

rve / dm-lab Goto Github PK

View Code? Open in Web Editor NEW
2.0 4.0 0.0 6.97 MB

datamining American Mental Health Dataset(SAMHDA)

License: MIT License

Shell 0.02% Python 2.82% R 0.06% Jupyter Notebook 97.10%
datamining

dm-lab's Introduction

Data Mining Lab - Mental Health Dataset

Data Mining Practical Course

Getting Started

Prerequisites

For lab machines

wget link/to/anaconda.sh
bash anaconda.sh

Check the lab wiki (week 1) for how to connect jupyter notebook remotely.

For Google Clound

sudo apt-get install python-pip
sudo apt-get install unzip

You may also install zsh and oh-my-zsh for the auto completion.

Setting up

Install dependencies

pip install -r requirements.txt

You should also install xgboost manually if you're using it. The installation can be tricky for Mac user, you may need to compile it while changing makefile exports to gcc-7&g++-7.

Download the csv datasets and concat them.

bash utils/download.sh
bash utils/concat.sh 

To get the current preprocessed dataset (for Google Cloud):
inside the folder of most recent week, run

python get_newsplit.py

Running

Running on Google Cloud without hanging up FYI:

jupyter nbconvert --to python some.ipynb
nohup time python some.py | tee result.out &

you can check the process with htop.

Schedule

Week 0: Dataset Preparation
Week 1-5: Descriptive Mining I-V
Week 6-9: Predictive Mining I-IV
Week 10-11: Final Presentation

Dataset

  • SAMHDA - Treatment Episode Data Set: Admissions (TEDS-A)
  • DASIS - National Mental Health Services Survey (N-MHSS)
  • DASIS - National Survey of Substance Abuse Treatment Services (N-SSATS)

dm-lab's People

Contributors

auliyafitri avatar rags001 avatar rve avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.