6. Gross Error (module)

kClusterLib.grossError.configLOG()[source]

Configure the log file paths and Format of logging.

Parameters:None (None) – Takes No Parameters
Returns:
Return type:None
kClusterLib.grossError.errorCheck(**kwargs)[source]

Uses pca-model to validate the data.

Parameters:
  • start_idx (int (optional)) – Start index for selecting values from database. Default is 1
  • end_idx (int (optional)) – End index for selecting values from database. Default is 4000
  • db (str) – Name of database to connect to for fetching data.
  • db_host (str) – IP of machine running the MySQL server.
  • u_name (str) – User name for connecting to remote MySQL server
  • u_pass (str) – Password for connecting to remote MySQL server