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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skga-0.0.2.tar.gz.
File metadata
- Download URL: skga-0.0.2.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e77cd14c046d3a5aac3091d134dbca8f6bc273aebe8e95edca7b847656829f4a
|
|
| MD5 |
99c30ca1bb8f8d145ca362926f0d3f4e
|
|
| BLAKE2b-256 |
e9e9b7fe30c459d971a69080cd56a83b753b90bcfbb26b5dd8f057d1d08da132
|
File details
Details for the file skga-0.0.2-py3-none-any.whl.
File metadata
- Download URL: skga-0.0.2-py3-none-any.whl
- Upload date:
- Size: 20.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e02c93c524a48088f8b58614893ba70ba4a2d5e206d15bf5d966e2ec613f198c
|
|
| MD5 |
c505933d5837d6a569b695de70b91250
|
|
| BLAKE2b-256 |
099de36dae8511100dae1edef5d88d325ccc63683ac52a35e5a54be0b4ccd4fc
|