Skip to content

[BIT-572] Exclude lowest quantile from weight setting#895

Merged
opentaco merged 7 commits intonobunagafrom
BIT-572-lowest-decile-shapley
Sep 2, 2022
Merged

[BIT-572] Exclude lowest quantile from weight setting#895
opentaco merged 7 commits intonobunagafrom
BIT-572-lowest-decile-shapley

Conversation

@opentaco
Copy link
Contributor

@opentaco opentaco commented Sep 1, 2022

BIT-572 Exclude lowest quantile from weight setting

Exclude lowest quantile from weight setting in validator

Intended to pair with normalize_max_multiple to reduce sensitivity to bottom outliers by excluding the lowest quantile, effectively setting their weight to zero.

Quantile of 10% chosen in added neuron parameter: exclude_quantile:
parser.add_argument('--neuron.exclude_quantile', type=float, help='Exclude the lowest quantile from weight setting.', default=0.1)

Intended to pair with normalize_max_multiple to reduce sensitivity to bottom outliers by excluding the lowest quantile, effectively setting their weight to zero.

Quantile of 10% chosen in added neuron parameter: exclude_quantile
Copy link
Contributor

@Eugene-hu Eugene-hu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@opentaco opentaco requested review from shibshib and unconst September 2, 2022 14:46
Copy link
Contributor

@unconst unconst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@opentaco opentaco merged commit eae2c7e into nobunaga Sep 2, 2022
@ifrit98 ifrit98 deleted the BIT-572-lowest-decile-shapley branch May 24, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants