Skip to content

Genetic Algorithm for Hyperparameter Tuning #42

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

Open
Cgarg9 opened this issue Mar 14, 2025 · 0 comments
Open

Genetic Algorithm for Hyperparameter Tuning #42

Cgarg9 opened this issue Mar 14, 2025 · 0 comments

Comments

@Cgarg9
Copy link
Collaborator

Cgarg9 commented Mar 14, 2025

Description:

Use a Genetic Algorithm (GA) to optimize hyperparameters for a LightGBM model.

Tasks:

  • Load a classification dataset (e.g., Credit Card Fraud Detection).
  • Train a LightGBM model with default parameters.
  • Implement GA-based hyperparameter tuning to optimize learning_rate, max_depth, and num_leaves.
  • Compare Genetic Algorithm vs Grid Search in terms of performance and runtime.
  • Name the notebook genetic_algo_lgbm.ipynb.
  • Update the README file with relevant references.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant