Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 376 Bytes

File metadata and controls

18 lines (15 loc) · 376 Bytes

Cognitive-behavioral-social-data

A research on feature selection strategies on psychological datasets

Commands for project setup

  1. To create a new conda environment
conda create -p venv python==3.8 -y
  1. To activate the environment
conda activate ./venv
  1. To install the requirements of the project
pip install -r requirements.txt