scikit-learn/examples/linear_model
Peter Prettenhofer d102d2228d moved sgd examples to examples/linear_model and added sgd prefix.
minor fixes in some examples.
updated sgd.rst
2010-12-01 16:59:52 +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
plot_sgd_iris.py moved sgd examples to examples/linear_model and added sgd prefix. 2010-12-01 16:59:52 +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 moved sgd examples to examples/linear_model and added sgd prefix. 2010-12-01 16:59:52 +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 moved sgd examples to examples/linear_model and added sgd prefix. 2010-12-01 16:59:52 +01:00
plot_sgd_weighted_classes.py moved sgd examples to examples/linear_model and added sgd prefix. 2010-12-01 16:59:52 +01:00

README.txt

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

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