6 Copyright (C) e2its - All Rights Reserved 7 * Unauthorized copying of this file, via any medium is strictly prohibited 8 * Proprietary and confidential 10 * This file is part of gDayF project. 12 * Written by Jose L. Sanchez <e2its.es@gmail.com>, 2016-2019 16 from collections
import OrderedDict
29 self.
config = frameworks[
'spark'][
'conf']
57 return copy.deepcopy(self.
models)
62 return copy.deepcopy(self.
config)
64 if __name__ ==
"__main__":
68 m.append(m.get_default()[0])
69 print(json.dumps(m.get_models(), indent=4))
70 '''print(m.get_default()) 71 m.load_default_models() 72 print(json.dumps(m.get_models(), indent=4)) 73 print(json.dumps(m.get_config(), indent=4))'''