Personal Note: This repository is a fork of the origninal project developed during my time at Monash Univeristy. My contributions were made under my student GitHub account yche0323 (https://github.com/yche0323).
A research on the impact of different feature selection techniques on different deep learning models
-
Clone the Repository
Open a terminal (or command prompt) and navigate to the directory where you want to clone the repository. Then run:
git clone <repository_url> cd <repository_directory>
-
Create a Virtual Environment
python -m venv venv
-
Activate the Virtual Environment
- Windows:
.\venv\Scripts\activate
- Linux/macOS:
source venv/bin/activate -
Install required packages
pip install -r requirements.txt
-
Run the code
python run.py