Skip to content

Genetic Algorithm for Hyperparameter Tuning #42

@Cgarg9

Description

@Cgarg9

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions