Get Started
User Guide
Developer Guide
Tutorial
API REFERENCE
[docs]class AbstractTraditionModel: def __init__(self, config, data_feature): self.data_feature = data_feature [docs] def run(self, data): """ Args: data : input of tradition model Returns: output of tradition model """