<aside> 🗨️

Goal of this analysis

The goal of this analysis is to

  1. Analyze and compare content metrics, posting habits, engagement rates, and other behavioral attributes of high-growth daily posters versus lower-growth daily posters.
  2. Evaluate whether certain types of content perform better when posted daily, and under what conditions.
  3. Use predictive modeling to estimate creator growth based on posting behavior and content features and compare model predictions against actual performance metrics. </aside>

<aside> 🗨️

Deliverables

Python-based Jupiter Notebook analyzing:

Behavioral Segmentation:


<aside> 🗨️

Questions to be answered

Objective:

Identify which health and social indicators (beyond depression alone) most influence changes in depression rates across countries and years.

Machine Learning Framing:


<aside> 🗨️

What data do I have?


Test 2025-07-20 at 9.33.35 PM.jpg

<aside> 🗨️

Model Evaluation Metrics

Linear Regression performs exceptionally well and provides insights; it may not capture the complex linear relationship of the data but through the values.

Both models perform well but Random Forest is more accurate the small performance gap shows it is strong linearly correlated with predictors, but Random Forest still add precision by capturing non-linearities and interactions.

The high accuracy suggests your dataset is clean, well-structured and highly predictive of the target, this shows that the dataset is a solid a dwell structured dataset and may be used for real world health predictions.

</aside>

Unknown.png

<aside> 🗨️

Visualization from the graph


<aside> 🗨️

Conclusion

This project successfully applied supervised machine learning techniques to predict depression prevalence using a global mental health dataset. Moreover, Im also able to utilize Linear Regression and Forest Regressor based on their ability to accurately predict depression rates.

Refference

Dataset: kaggle.com/datasets/programmerrdai/mental-health-dataset

https://github.com/Ethan004-Code/Mental_Health-Research-