actsnclass.DataBase.classify

DataBase.classify(method='RandomForest', screen=False)

Apply a machine learning classifier.

Populate properties: predicted_class and class_prob

Parameters:
  • method (str (optional)) – Chosen classifier. The current implementation on accepts RandomForest.
  • screen (bool (optional)) – If True, print debug comments on screen. Default is False.