* FEA add NewtonSolver, CholeskyNewtonSolver and QRCholeskyNewtonSolver
* ENH better singular hessian special solve
* CLN fix some typos found by reviewer
* TST assert ConvergenceWarning is raised
* MNT add BaseCholeskyNewtonSolver
* WIP colinear design in GLMs
* FIX _solve_singular
* FIX false unpacking in
* TST add tests for unpenalized GLMs
* TST fix solutions of glm_dataset
* ENH add SVDFallbackSolver
* CLN remove SVDFallbackSolver
* ENH use gradient step for singular hessians
* ENH print iteration number in warnings
* TST improve test_linalg_warning_with_newton_solver
* CLN LinAlgWarning fron scipy.linalg
* ENH more robust hessian
* ENH increase maxls for lbfgs to make it more robust
* ENH add hessian_warning for too many negative hessian values
* CLN some warning messages
* ENH add lbfgs_step
* ENH use lbfgs_step for hessian_warning
* TST make them pass
* TST tweek rtol for lbfgs
* TST add rigoros test for GLMs
* TST improve test_warm_start
* ENH improve lbfgs options for better convergence
* CLN fix test_warm_start
* TST fix assert singular values in datasets
* CLN address most review comments
* ENH enable more vebosity levels for lbfgs
* DOC add whatsnew
* CLN remove xfail and clean a bit
* CLN docstring about minimum norm
* More informative repr for the glm_dataset fixture cases
* Forgot to run black
* CLN remove unnecessary filterwarnings
* CLN address review comments
* Trigger [all random seeds] on the following tests:
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* CLN add comment for lbfgs ftol=64 * machine precision
* CLN XXX code comment
* Trigger [all random seeds] on the following tests:
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* CLN link issue and remove code snippet in comment
* Trigger [all random seeds] on the following tests:
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* CLN add catch_warnings
* Trigger [all random seeds] on the following tests:
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* Trigger [all random seeds] on the following tests:
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* [all random seeds]
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* Trigger with -Werror [all random seeds]
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* ENH increase maxls to 50
* [all random seeds]
test_glm_regression
test_glm_regression_hstacked_X
test_glm_regression_vstacked_X
test_glm_regression_unpenalized
test_glm_regression_unpenalized_hstacked_X
test_glm_regression_unpenalized_vstacked_X
test_warm_start
* Revert "Trigger with -Werror [all random seeds]"
This reverts commit
|
||
|---|---|---|
| .. | ||
| README.txt | ||
| plot_ard.py | ||
| plot_bayesian_ridge_curvefit.py | ||
| plot_elastic_net_precomputed_gram_matrix_with_weighted_samples.py | ||
| plot_huber_vs_ridge.py | ||
| plot_iris_logistic.py | ||
| plot_lasso_and_elasticnet.py | ||
| plot_lasso_coordinate_descent_path.py | ||
| plot_lasso_dense_vs_sparse_data.py | ||
| plot_lasso_lars.py | ||
| plot_lasso_lars_ic.py | ||
| plot_lasso_model_selection.py | ||
| plot_logistic.py | ||
| plot_logistic_l1_l2_sparsity.py | ||
| plot_logistic_multinomial.py | ||
| plot_logistic_path.py | ||
| plot_multi_task_lasso_support.py | ||
| plot_nnls.py | ||
| plot_ols.py | ||
| plot_ols_3d.py | ||
| plot_ols_ridge_variance.py | ||
| plot_omp.py | ||
| plot_poisson_regression_non_normal_loss.py | ||
| plot_polynomial_interpolation.py | ||
| plot_quantile_regression.py | ||
| plot_ransac.py | ||
| plot_ridge_coeffs.py | ||
| plot_ridge_path.py | ||
| plot_robust_fit.py | ||
| plot_sgd_comparison.py | ||
| plot_sgd_early_stopping.py | ||
| plot_sgd_iris.py | ||
| plot_sgd_loss_functions.py | ||
| plot_sgd_penalties.py | ||
| plot_sgd_separating_hyperplane.py | ||
| plot_sgd_weighted_samples.py | ||
| plot_sgdocsvm_vs_ocsvm.py | ||
| plot_sparse_logistic_regression_20newsgroups.py | ||
| plot_sparse_logistic_regression_mnist.py | ||
| plot_theilsen.py | ||
| plot_tweedie_regression_insurance_claims.py | ||
README.txt
.. _linear_examples: Generalized Linear Models ------------------------- Examples concerning the :mod:`sklearn.linear_model` module.