I have a model keras model that was trained on discreet data (yes/no data based on the presence of a gene in an organism) and this predicts a discreet response (yes/no on if the organism performs a certain function).
We want to add new data that is continuous (abundance of proteins in an organism) and we now want to predict continuous response (level of activity of a certain function).
Is this even possible to to do this? I’ve followed the steps in this link but it seems to assume you’re using the same type of data. How could I add a different type?
Loglew12 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1