I also moved cd_fast.pyx from its src subdirectory to linear_models, to match the sgd module structure. |
||
|---|---|---|
| .. | ||
| README.txt | ||
| lasso_and_elasticnet.py | ||
| lasso_dense_vs_sparse_data.py | ||
| lasso_path_with_crossvalidation.py | ||
| plot_ard.py | ||
| plot_bayesian_ridge.py | ||
| plot_lar.py | ||
| plot_lasso_coordinate_descent_path.py | ||
| plot_lasso_lars.py | ||
| plot_logistic_path.py | ||
| plot_ols.py | ||
README.txt
Generalized Linear Models ------------------------- Examples concerning the `scikits.learn.linear_model` package.