Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.35 KB

🧠 Mental Health Prediction

📋 Overview

The Mental Health Prediction project is a data science and machine learning attempt that aims to predict mental health treatment based on a variety of factors. This project uses classification algorithms to examine and predict the possibility of mental health therapy, such as whether or not to see a physiatrist based on a dataset containing a variety of psychological and demographic characteristics.

✨ Features

  1. Data Analysis: Comprehensive analysis of mental health dataset.
  2. Visualization: Graphical representation of data insights.
  3. Predictive Modeling: Used machine learning algorithms to predict mental health treatment.
  4. Prediction Result: Generated results by inputing required parameters.

📊 Dataset

The dataset used in this project contains several features related to mental health treatment including Gender, family history, stress, mood swings, days indoor etc. The dataset is split into training and testing sets to evaluate model performance.

🚀 Usage

Enter the parameters in the last cell and then run the project, it will show the prediction according to the input parameters.

🤝 Contributing

If you would like to contribute to this project, please fork the repository and submit a pull request. Ensure that your changes are well-documented and tested.