mahan-fcb / DSResSol

DSResSol: A sequence-based solubility predictor created with Dilated Squeeze Excitation Residual Networks
8 stars 6 forks source link

Result Values from model #2

Closed SiYeon-Ju closed 2 years ago

SiYeon-Ju commented 2 years ago

Hello. Mahan-fcb. I tried testing the test file('peptide.csv') in 'test.ipynb'. The result was as below.

array([[0.37215883, 0.6278412 ], [0.5520913 , 0.44790873], [0.01286577, 0.9871343 ], [0.23566489, 0.7643351 ], [0.48641074, 0.5135893 ], [0.15771164, 0.84228843], [0.6095599 , 0.39044008], [0.483482 , 0.51651794], [0.29685718, 0.7031428 ], [0.17548864, 0.82451135], [0.01848521, 0.98151475], [0.64188755, 0.35811248], [0.7092941 , 0.29070598], [0.69387925, 0.30612078], [0.18039834, 0.81960166]], dtype=float32)

What did those array columns mean? (Solubility and Insolubility values?)

SiYeon-Ju commented 2 years ago

Thanks!