Skip to main content

The python package implementing the HyperBRKGA algorithm optimizes hyperparameters of machine learning algorithms through a hybrid approach based on genetic algorithms.

Project description

HyperBKRGA

Setting up the Environment

To run any code in this repository, it is necessary to follow these steps:

  • Create and activate a virtual environment:
$ python -m venv venv
$ venv/Scripts/activate
  • Install the dependencies contained in requirements.txt
pip install -r requirements.txt

Basic Example

With the environment set up, it is possible to run the simplest example as follows:

$ py ./src/examples/basic-example.py

Experiments

To reproduce the experiments carried out in this work, run the src/main.py file. Note that it is a time-consuming program.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skga-0.0.9.tar.gz (29.9 kB view hashes)

Uploaded Source

Built Distribution

skga-0.0.9-py3-none-any.whl (50.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page