scikit-learn/examples/linear_model
Mathieu Blondel 66483cf2c0 Use np.vander. 2011-03-30 14:58:38 +09: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 MISC: Fix example to adjust to eps -> tol 2011-03-02 06:52:58 +01: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.