scikit-learn/examples/linear_model
Alexandre Gramfort 5a12763441 API : renaming LARS to Lars 2011-07-25 21:41:48 -04: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
logistic_l1_l2_sparsity.py Improve Logistic Regression sparsity example. 2011-07-10 01:58:56 +09:00
plot_ard.py DOC: Improve the Bayesian regression docs 2011-07-23 14:17:06 +02:00
plot_bayesian_ridge.py Typo 2011-07-23 14:17:14 +02:00
plot_lasso_bic_aic.py pep8 2011-07-21 09:49:19 -04: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 API : renaming LARS to Lars 2011-07-25 21:41:48 -04: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_ridge_path.py DOC: new example for Ridge + more rst docs 2011-07-08 11:27:50 +02: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.