MatrixNet is a machine learning system created by Yandex in 2014 for classification, regression, and ranking problems. It uses gradient boosted decision trees that often achieve strong results with default parameters. MatrixNet has been applied successfully at Yandex for web search ranking, ad click prediction, and other tasks. It has also been used by external companies for applications like churn prediction in telecom. While powerful, MatrixNet has some limitations, such as an inability to handle certain types of categorical features, but overall it is easy to use and often outperforms other models with minimal tuning needed.