scikit-learn/examples/linear_model
Gael varoquaux f2f0caef27 DOC: Tweak the cross-val lasso path example 2011-06-18 09:33:14 +02: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 DOC: Tweak the cross-val lasso path example 2011-06-18 09:33:14 +02:00
plot_logistic_path.py the l1 logreg example now works with l1_min_c 2011-04-26 09:32:37 +02:00
plot_ols.py glm --> linear_model rename holocaust. 2010-11-25 16:27:30 +01:00
plot_polynomial_interpolation.py Use np.vander. 2011-03-30 14:58:38 +09: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 Sample weights for SGDClassifier. 2011-03-15 19:58:56 +01:00
plot_sgd_weighted_samples.py Additional tests for sample weights. 2011-03-15 20:50:44 +01:00

README.txt

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

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