scikit-learn/examples/linear_model
Fabian Pedregosa 68bc58d029 glm --> linear_model rename holocaust.
I also moved cd_fast.pyx from its src subdirectory to linear_models,
to match the sgd module structure.
2010-11-25 16:27:30 +01:00
..
README.txt glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
lasso_and_elasticnet.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
lasso_dense_vs_sparse_data.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
lasso_path_with_crossvalidation.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_ard.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_bayesian_ridge.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_lar.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_lasso_coordinate_descent_path.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_lasso_lars.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_logistic_path.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_ols.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00

README.txt

Generalized Linear Models
-------------------------

Examples concerning the `scikits.learn.linear_model` package.