class AbstractEstimator(object): def __init__(self): pass def fit(self): pass def error(self): pass