Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Feature Engineering for GDP Prediction Model #608

Open
FreeSpirit11 opened this issue May 15, 2024 · 2 comments
Open

Implement Feature Engineering for GDP Prediction Model #608

FreeSpirit11 opened this issue May 15, 2024 · 2 comments

Comments

@FreeSpirit11
Copy link
Contributor

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.
Copy link

Thanks for creating the issue

@FreeSpirit11
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant