Skip to content

File size with IterativeImputer is huge. Is there a way to reduce it? #28006

Answered by glemaitre
dstanner asked this question in Q&A
Discussion options

You must be logged in to vote

I am not that surprised. You have 150 trees x 82 features stored. Each tree will be unpruned meaning you are trying to split in the worst case scenario 24k samples where each sample can become a leaf.

So you can try to limit the size of the forest reducing the number of trees and the number of leaves.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dstanner
Comment options

Answer selected by dstanner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants