![]() |
MeLOn
|
Functions | |
def | save_model_to_xml (filename, stripped_model, X, y, scaleInput, normalizeOutput, precision_to_xml=30) |
def | scale (X, scaleInput) |
def | normalize (y, normalizeOutput) |
def | plot_results_2D (x_train, y_train, y_tr_pred) |
def utils.normalize | ( | y, | |
normalizeOutput | |||
) |
def utils.plot_results_2D | ( | x_train, | |
y_train, | |||
y_tr_pred | |||
) |
def utils.save_model_to_xml | ( | filename, | |
stripped_model, | |||
X, | |||
y, | |||
scaleInput, | |||
normalizeOutput, | |||
precision_to_xml = 30 |
|||
) |
def utils.scale | ( | X, | |
scaleInput | |||
) |