I'm trying to conduct a research using decision trees. Is it possible to build a random forest for each algorithm? (ex. a random forest using the ID3 algorithm)?
And would it be possible to create a mixed random forest? (ex. a random forest using an ID3 and C4.5 decision tree model)
I'm planning to use Python in doing this.