Let's say I have created a QSAR model on some training dataset, and validated it on a test set.

Next, I'd like to create a model that gives me a 1.0 (or nearby) if the molecule I present to the QSAR model looks similar to the training set, but a 0.0 (or nearby) if it looks dissimilar.

Currently, I was thinking about training a one class Support Vector Machine on the training set.

Broad picture: I'd like to get a warning in case the QSAR model is presented with something that looks too far from anything it was trained on. The warning would mean: "be careful with this prediction".

Similar questions and discussions