Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Effective penalization of the objective function to avoid fixing the size of the signature #1

Open
erzakiev opened this issue Nov 2, 2022 · 0 comments
Assignees

Comments

@erzakiev
Copy link
Owner

erzakiev commented Nov 2, 2022

When the signature size is not fixed at a certain number, we faced a problem of explosive growth of the number of combinations in which a signature can be constructed (the issue is discussed in the study of a similar problem in the case subnetworks).

We tried penalization of the Friedman's S for each sample by dividing it with the number of genes in the solution n exponentiated to some real power alpha [0.1 ... 3]: S'=S/(n^alpha), yet it either produced very big signatures (read half or more of the input gene universe) with the lower values of alpha, or reduced the signatures to the minimum allowed number (3 in our case) in case of higher alphas.

We invite anyone to contribute their ideas on how to properly penalize the statistic so that the signatures don't expand to the totality of the inputted gene space yet don't collapse to the minimum number of genes allowed (i.e. 3).

@erzakiev erzakiev self-assigned this Nov 2, 2022
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

No branches or pull requests

1 participant