Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 589 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 589 Bytes

Mental Health Prediction from Survey Data

Introduction

Data

Model

Results

Local Testing

To set up the environment for testing:

  • Dependencies:
    1. Anaconda: Follow this link to download and install.

    2. GNU Make:

      • Windows: Follow this link and use any one of the mentioned ways to install.
      • Linux: Open the terminal and type sudo apt-get install make -y.
      • Mac: Open the terminal and type brew install make.

Windows Users: