aimacode / aima-pseudocode

Pseudocode descriptions of the algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
Other
853 stars 411 forks source link

4th Edition Algorithm: Random Forests #42

Open norvig opened 7 years ago

norvig commented 7 years ago

We will implement random forests for 4th edition: see https://en.wikipedia.org/wiki/Random_forest

anumehaagrawal commented 6 years ago

@norvig please review my pr

ArkaStark commented 5 years ago

@norvig I'm interested to work for the implementation of Random Forest Algorithm. Is this issue still open?