.. _example_linear_model_plot_lasso_lars.py: ===================== Lasso path using LARS ===================== Computes Lasso Path along the regularization parameter using the LARS algorithm on the diabetest dataset. .. image:: images/plot_lasso_lars_1.png :align: center **Python source code:** :download:`plot_lasso_lars.py ` .. literalinclude:: plot_lasso_lars.py :lines: 11-