From 97a2ec2ba0556a24e979f4955089adfbeb854fb9 Mon Sep 17 00:00:00 2001 From: Fabian Pedregosa <fabian.pedregosa@inria.fr> Date: Sat, 26 Jun 2010 08:22:44 -0500 Subject: [PATCH] Move glm examples to common directory. --- examples/{ => glm}/lasso_and_elasticnet.py | 0 examples/{ => glm}/lasso_path_with_crossvalidation.py | 0 examples/{ => glm}/plot_lasso_coordinate_descent_path.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename examples/{ => glm}/lasso_and_elasticnet.py (100%) rename examples/{ => glm}/lasso_path_with_crossvalidation.py (100%) rename examples/{ => glm}/plot_lasso_coordinate_descent_path.py (100%) diff --git a/examples/lasso_and_elasticnet.py b/examples/glm/lasso_and_elasticnet.py similarity index 100% rename from examples/lasso_and_elasticnet.py rename to examples/glm/lasso_and_elasticnet.py diff --git a/examples/lasso_path_with_crossvalidation.py b/examples/glm/lasso_path_with_crossvalidation.py similarity index 100% rename from examples/lasso_path_with_crossvalidation.py rename to examples/glm/lasso_path_with_crossvalidation.py diff --git a/examples/plot_lasso_coordinate_descent_path.py b/examples/glm/plot_lasso_coordinate_descent_path.py similarity index 100% rename from examples/plot_lasso_coordinate_descent_path.py rename to examples/glm/plot_lasso_coordinate_descent_path.py -- GitLab