MeLOn
utils.py File Reference

Namespaces

 utils
 

Functions

def utils.save_model_to_xml (filename, stripped_model, X, y, scaleInput, normalizeOutput, precision_to_xml=30)
 
def utils.scale (X, scaleInput)
 
def utils.normalize (y, normalizeOutput)
 
def utils.plot_results_2D (x_train, y_train, y_tr_pred)