scikit-learn/examples/linear_model
Fabian Pedregosa 8864e0f32b Remove example plot_lar.py
First, because it is wrong, as it prints the path of the Lasso and not
of Least Angle Regression. And second, because it is the same as
plot_lasso_lars.
2010-12-14 19:19:24 +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 API : maxit replaced by max_iter everywhere 2010-12-11 23:14:55 -05:00
lasso_path_with_crossvalidation.py API : maxit replaced by max_iter everywhere 2010-12-11 23:14:55 -05: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_lasso_coordinate_descent_path.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_lasso_lars.py revert the plot style to the LARS paper conventions 2010-12-09 18:57:45 +01:00
plot_lasso_path_crossval.py pep8 + N->n_samples and D->n_features 2010-12-11 19:13:58 -05: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
plot_sgd_iris.py fixed imports in non-auto examples. 2010-12-03 10:28:08 +01:00
plot_sgd_loss_functions.py moved sgd examples to examples/linear_model and added sgd prefix. 2010-12-01 16:59:52 +01:00
plot_sgd_ols.py fixed imports in non-auto examples. 2010-12-03 10:28:08 +01:00
plot_sgd_penalties.py moved sgd examples to examples/linear_model and added sgd prefix. 2010-12-01 16:59:52 +01:00
plot_sgd_separating_hyperplane.py fixed imports in non-auto examples. 2010-12-03 10:28:08 +01:00
plot_sgd_weighted_classes.py fixed imports in non-auto examples. 2010-12-03 10:28:08 +01:00

README.txt

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

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