Skip to content

ambit-appdomain v2.0.0

Latest
Compare
Choose a tag to compare
@vedina vedina released this 31 Jan 08:22
· 5 commits to master since this release

AMBIT applicability domain estimation

ambit-model package is an implementation of methods described in

The appdomain-example project is a command line application, demonstrating how to use ambit-model package.
Alternatively, the applicability domain algorithms are implemented in Ambit Discovery desktop application as well as REST web services in Ambit web application.

The applicability domain is estimated based on the data in the training set only (independent of the model). The applicability domain estimation is reported for the test set. You may specify one and the same file as both test and training set. The input file formats are recognised by extension (e.g. .csv, .sdf, .cml).

The result file consists of all the properties in the test set, the predicted metric by the applicability domain method and a flag indicating if the molecule is out of domain ( 0 - in domain, 1 - out of domain). The output file type is recognised by extension (e.g. .csv, .sdf, .cml).