Drops the indexer sub-object from an isolation forest model object, if it was constructed. The indexer, if constructed, is likely to be a very heavy object which might not be needed for all purposes.
isotree.drop.indexer(model)
An `isolation_forest` model object.
The same `model` object, but now with the indexer removed. Note that `model` is modified in-place in any event.
Note that reference points as added through isotree.set.reference.points are associated with the indexer object and will also be dropped if any were added.