InfectionMedicineProteomics / BINN

Generating biologically informed neural networks
https://infectionmedicineproteomics.github.io/BINN/
MIT License
25 stars 10 forks source link

Merge non-multiclass connections if mutliclass == False #22

Closed ErikHartman closed 1 year ago

ErikHartman commented 1 year ago

If we don't specify multiclass, the "type" column in the importance_df should be merged by sum. This way, only one connection per node is present.