FeatureSelectionGA icon indicating copy to clipboard operation
FeatureSelectionGA copied to clipboard

Feature Selection using Genetic Algorithm (DEAP Framework)

Results 12 FeatureSelectionGA issues
Sort by recently updated
recently updated
newest added

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.1.0. Release notes Sourced from actions/setup-python's releases. v4.1.0 In scope of this pull request we updated actions/cache package as the new version contains fixes for...

dependencies
github_actions

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.11.0 to 5.20.0. Release notes Sourced from release-drafter/release-drafter's releases. v5.20.0 What's Changed New allow header and footer to be passed as input (#1142) @​jetersen Dependency Updates Bump...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.3 to 3.0.2. Release notes Sourced from actions/checkout's releases. v3.0.2 What's Changed Add set-safe-directory input to allow customers to take control. by @​TingluoHuang in actions/checkout#770 Prepare changelog...

dependencies
github_actions

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3. Release notes Sourced from codecov/codecov-action's releases. v3.0.0 Breaking Changes #689 Bump to node16 and small fixes Features #688 Incorporate gcov arguments for the Codecov...

dependencies
github_actions

For example, now there are 30 features, and I want to select 10 features. How to specify the number of selected features?

I noticed my CPU usage would top off at 25% no matter how much the population size I set.

do you have example with complicated task when strong ML packages needed like lightGBM?

enhancement
help wanted

Hello, when I ran your code got "TypeError: unhashable type: 'slice' ".Can you help me analyze the problem?thanks ` import pandas as pd from sklearn.linear_model import LogisticRegression from feature_selection_ga import...

help wanted
good first issue

Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.3 to 3.1.0. Release notes Sourced from actions/checkout's releases. v3.1.0 What's Changed Inject GitHub host to be able to clone from another GitHub instance by @​peter-murray in...

dependencies
github_actions

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.11.0 to 5.21.0. Release notes Sourced from release-drafter/release-drafter's releases. v5.21.0 What's Changed New fetch 100 labels for pull requests instead of 10 (#1220) @​matoubidou Full Changelog: https://github.com/release-drafter/release-drafter/compare/v6.0.0-beta.1...v5.21.0...

dependencies
github_actions