Rate This Document
Findability
Accuracy
Completeness
Readability

fault_train

Prototype

def fault_train(data_path, model_path, param)

Description

Fault training interface. It is used to train a new model.

Working Principle

Reads data and parameters to train a new model and dump the model file for prediction.

Parameters

Parameter

Description

Input/Output

data_path

Path to the data file to be trained

Input

model_path

Model file dump path

Input

param

Training parameters

Input