I want use l1 regularization with catboost to remove some irrelevant features and avoid over fitting. But I cannot find out how to use it. It seems to me there isn’t l1? Please help me. Thank you.
Hint me how I can use it
I'm reasonably sure that Catboost does not support L1 Regularization. This page describes parameter tuning and lists L2 Regularization, but L1 is not listed.