master.automl package

Submodules

master.automl.automl module

class master.automl.automl.AutoMlCommon(key=None)[source]

Bases: object

Auto ML related conf get/set common methos

get_conf_obj(nn_id)[source]

get view data for automl_parms :return:

get_net_type(nn_id)[source]

get net type on data base :return:

get_parm_obj(nn_id)[source]

get view data for automl_parms :return:

get_stat_obj(nn_id)[source]

get view data for net config :return:

reset_stat_obj(nn_id)[source]

set net config data edited on view :param obj: :return:

update_conf_obj(nn_id, input_data)[source]

update json filed with given data :param obj: :return:

update_net_type(nn_id, input_data)[source]

update net type with given data :param obj: :return:

update_parm_obj(nn_id, input_data)[source]

update json filed with given data :param obj: :return:

update_stat_obj(nn_id, input_data)[source]

set net config data edited on view :param obj: :return:

master.automl.automl_rule module

class master.automl.automl_rule.AutoMlRule(key=None)[source]

Bases: object

Auto ML related conf get/set common methos

get_graph_info(graph_flow_id)[source]

get view data for net config :return:

get_graph_type_list(graph_id)[source]

get view data for net config :return:

set_graph_type_list(graph_flow_id, req)[source]

insert nn_info :param req: json object :return:

update_graph_type_list(graph_flow_id, input_data)[source]

set net config data edited on view :param obj: :return:

Module contents