qsprpred.utils.interfaces package

Submodules

qsprpred.utils.interfaces.randomized module

class qsprpred.utils.interfaces.randomized.Randomized[source]

Bases: object

An object with one or more pseudorandom actions that can be fixed with a seed.

abstract property randomState: int

Get the random state for the object.

qsprpred.utils.interfaces.summarizable module

class qsprpred.utils.interfaces.summarizable.Summarizable[source]

Bases: object

abstract getSummary() DataFrame[source]

Make a summary with some statistics about this object or action.

Returns:

A dataframe with the summary statistics.

Return type:

(pd.DataFrame)

Module contents