예제 #1
0
    def __init__(self):
        self.entity = Entity()

        def new_model(self, payload):
            pass

        @staticmethod
        def create_train(this):
            pass

        @staticmethod
        def create_label(this):
            pass

        @staticmethod
        def drop_feature(this):
            pass
예제 #2
0
 def __init__(self):
     self.entity = Entity()
     self.service = Service()
예제 #3
0
 def __init__(self):
     self.entity = Entity()