What is the objective function of LASSO in sklearn when we have multiple targets?

后端 未结 0 968
夕颜
夕颜 2021-02-19 01:11

In sklearn\'s documentation, it says

The optimization objective for Lasso is:
(1 / (2 * n_samples)) * ||y - Xw||^2_2 + alpha * ||w||_1

相关标签:
回答
  • 消灭零回复
提交回复
热议问题