def __init__(self, _id, _config): super(IsolationForest, self).__init__(_id, _config) self._nb_samples = int(_config['nb_samples'])