Niketkumardheeryan / ML-CaPsule

ML-capsule is a Project for beginners and experienced data science Enthusiasts who don't have a mentor or guidance and wish to learn Machine learning. Using our repo they can learn ML, DL, and many related technologies with different real-world projects and become Interview ready.
MIT License
333 stars 294 forks source link

Implement Feature Engineering for GDP Prediction Model #608

Open FreeSpirit11 opened 1 month ago

FreeSpirit11 commented 1 month ago

Description: In the "GDP Prediction" section (gdp-prediction-model.ipynb) I aim to enhance the predictive power of our models by implementing feature engineering techniques. This involves creating new features derived from existing ones to capture additional information relevant to GDP prediction.

Proposed Feature Engineering Ideas:

  1. GDP Growth Rate: Calculate the percentage change in GDP over time to capture economic growth trends.
  2. Population Density: Compute the population density by dividing the population by the land area.
  3. Urbanization Rate: Determine the proportion of the population living in urban areas, reflecting economic development.

Objective: Enhance model accuracy and robustness by implementing feature engineering techniques in the GDP prediction model.

Tasks:

  1. Research and identify relevant economic indicators for feature engineering.
  2. Implement feature engineering techniques, including GDP growth rate, population density, and urbanization rate calculations.
  3. Evaluate the impact of new features on model performance using appropriate evaluation metrics.
github-actions[bot] commented 1 month ago

Thanks for creating the issue

FreeSpirit11 commented 1 month ago

Hi @Niketkumardheeryan , I have raised this issue . Please assign it to me under GSSOC.