Random forest
DeeperA prediction method that combines the answers from many decision trees.
One tree can be swayed by quirks in its training data. A random forest grows many slightly different trees and lets them vote, like asking a crowd of varied advisers instead of trusting one.
Hundreds of trees vote on whether a transaction looks fraudulent.