12 March 2022 13 5K Report

Hello :)

I'm more or less familiar with binary/multilabel classifiers for chemical datasets, however, recently I was wondering what I could do if I have a dataset with a single target.

Basically, my dataset contains a few thousand compounds that are known to be effective against a target (so all labels are 1). What approach can I take to build a model that can predict if an out-of-library compound is likely to belong to the `1` label or not?

I thought of clustering (KMeans specifically), however, even there I would need data from another class to separate/draw boundaries (and KMeans performed terribly anyway). Any suggestions on what I could do in this circumstance?

Thanks in advance :)

More Naeem A.'s questions See All
Similar questions and discussions