scikit-learn/sklearn/linear_model/tests
Aidan Fitzgerald 7dffa20363 [MRG+1] Fix typos in documentation (#9878)
* Fix grammatical error in

* Correct capitalization of "GitHub"

Used command `find . -type f -exec sed -i 's/Github/GitHub/g' {} \;` (h/t: https://stackoverflow.com/a/15402972)
2017-10-07 16:06:18 +02:00
..
__init__.py Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
test_base.py [MRG+1] _preprocess_data consistent with fused types (#9093) 2017-06-23 20:33:11 +05:30
test_bayes.py [MRG+1] Fix typos in documentation (#9878) 2017-10-07 16:06:18 +02:00
test_coordinate_descent.py Remove unused imports (#9235) 2017-07-01 05:57:54 -07:00
test_huber.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
test_least_angle.py FIX improve 'precompute' handling in Lars (#5359) 2017-06-13 11:40:46 +02:00
test_logistic.py [MRG+1] Deprecate sklearn.utils.testing.raises and remove it from tests (#9660) 2017-09-01 12:53:59 +02:00
test_omp.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
test_passive_aggressive.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
test_perceptron.py Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
test_randomized_l1.py Deprecate randomized_l1 (#9031) 2017-06-30 18:20:25 +02:00
test_ransac.py [MRG+1] Remove hard dependency on nose (#9670) 2017-09-10 13:21:40 +10:00
test_ridge.py [MRG+1] Ridgecv normalize (#9302) 2017-07-09 21:21:45 +10:00
test_sag.py Add logsumexp and comb to utils.fixes (#9046) 2017-06-10 15:01:02 +02:00
test_sgd.py [MRG+1] Deprecate sklearn.utils.testing.raises and remove it from tests (#9660) 2017-09-01 12:53:59 +02:00
test_sparse_coordinate_descent.py update what's new + simplify test 2016-08-20 15:19:13 +02:00
test_theil_sen.py [MRG+1] Deprecate sklearn.utils.testing.raises and remove it from tests (#9660) 2017-09-01 12:53:59 +02:00