.. _example_linear_model_plot_lasso_lars.py: ===================== Lasso path using LARS ===================== Computes Lasso Path along the regularization parameter using the LARS algorithm on the diabetes dataset. Each color represents a different feature of the coefficient vector, and this is displayed as a function of the regularization parameter. **Python source code:** :download:`plot_lasso_lars.py ` .. literalinclude:: plot_lasso_lars.py :lines: 13-