Drops the imputer sub-object from an isolation forest model object, if it was fitted with data imputation capabilities. The imputer, if constructed, is likely to be a very heavy object which might not be needed for all purposes.
isotree.drop.imputer(model)
An `isolation_forest` model object.
The same `model` object, but now with the imputer removed. Note that `model` is modified in-place in any event.