DeepRank / 3D-Vac

Personalized cancer vaccine design through 3D modelling boosted geometric learning.
Apache License 2.0
3 stars 0 forks source link

Evaluate features importance #90

Closed gcroci2 closed 1 year ago

gcroci2 commented 2 years ago

We should evaluate the importance of features present right now in deeprankcore. Captum may be useful for this, see its getting started. An alternative is also to remove one feature at time and evaluate the performance.

gcroci2 commented 1 year ago

After having finished experiments in #134, in which we concluded that our structure-based models are not learning the physics behind the complexes' interactions, but that they are learning (and thus overfitting) the data, we decided to spend some time on evaluating the features importance.

Reduce features to only geometric ones

Common features among the following experiments:

Shuffled data

Clustering on peptides

Clustering on (stratified) alleles

Clustering on alleles

gcroci2 commented 1 year ago

Next steps: