Exemplo n.º 1
0
 def __init__(self,
              *args,
              location_type="Location",
              location_type_plural="Locations"):
     #super(DataViz, self).__init__(*args)
     FeatureEngineering.__init__(self, *args)
     self.location_type = location_type
     self.location_type_plural = location_type_plural
Exemplo n.º 2
0
 def __init__(self):
     Helpers.__init__(self)
     WordEmbeddings.__init__(self)
     FeatureEngineering.__init__(self)