Module qsarmodelingpy.external_validation

Classes

class ExternalValidation (X, y, nLV=None)

Methods

def extVal(self, train, test, nLV=None)
def runValidExtVal(self, directory, n_models=1)
def saveExtVal(self, train, test, fileName)
def searchValidExtVal(self, nLV=None, n_test=10, n_splits=100)
def searchValidExtVal2(self, directory, nLV=None, n_test=10, n_splits=100)
def validateExtVal(self, train, test, nLV=None)