related-sciences / nxontology-ml

Machine learning to classify ontology nodes
Apache License 2.0
6 stars 0 forks source link

Add EFO TA features to the term precision classification model #33

Closed eric-czech closed 1 year ago

eric-czech commented 1 year ago

refs: https://github.com/related-sciences/nxontology-ml/issues/2

It would likely benefit models like those in https://github.com/related-sciences/nxontology-ml/pull/28 if they included the presence of EFO TA terms as features. Specifically, a single binary indicator for all TA terms associated with a single EFO term would be great (i.e. following the semantics of MultiLabelBinarizer).

yonromai commented 1 year ago

Closed by #34, feel free to re-open if needed.