Commit Graph

15 Commits

Author SHA1 Message Date
plagree 1f6ac72df7 [MRG] DOC examples with correct notebook style (#9061)
* DOC examples with correct notebook style

* Modifications in examples/ to avoid unwanted notebook style

* Remove last notebook style example

* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
johannah 47a8ffa618 Added colorblind compatibility 2015-10-22 18:59:24 +02:00
shagun Sodhani bd66a270b9 proposed fix for #5387 2015-10-16 20:13:46 +05:30
Florian Wilhelm 2137d82df3 ENH: Added random_state in plot_theilsen.py 2014-10-17 14:54:49 +02:00
Florian Wilhelm ef17f8067b ENH: Improvements in the Theil-Sen regressor
- Renamed TheilSen to TheilSenRegressor
- Renamed n_iter parameter to max_iter
- Better warning message when maximum iteration number reached
- Added docstring for fit
- Removed backend and max_nbytes parameters in Parallel
- Removed n_dim return value from _check_subparams
- Some PEP8 corrections
- Added an attribute n_iter_ to show number of iterations
- Removed unnecessary array to list conversion ix = list(ix)
- Remove random_state_ as attribute
2014-09-24 22:58:29 +02:00
Florian Wilhelm a8000405de COSMIT: Small changes regarding Theil-Sen
- Typo fixed in linear_model documenation
- Usage of matplotlib.pyplot instead of matplotlib.pylab
- Removed trailing backslash in import statements
- Renamed _modweiszfeld_step to _modified_weiszfeld_step
- Renamed variable fst to first_elem in _lstq
- Made get_n_jobs private in utils/__init__.py
2014-09-24 19:58:21 +02:00
Florian Wilhelm 7d2179b120 ENH: Theil-Sen vs. RANSAC example 2014-09-07 20:11:56 +02:00
Florian Wilhelm b6ed218dfe Use string argument for legend's loc parameter 2014-07-18 13:33:48 +02:00
Florian Wilhelm 43d76acc01 DOC: Explanation when TheilSen outperforms RANSAC. 2014-03-24 19:31:23 +01:00
Gael Varoquaux 689bf29285 DOC: improve Thiel-Sen vs RANSAC example 2014-03-24 00:55:51 +01:00
Florian Wilhelm 39efe30036 DOC: Small corrections in the docs of Theil-Sen 2014-03-23 13:17:53 +01:00
Florian Wilhelm ca9a275483 DOC: Fixed typo in Theil-Sen example. 2014-03-22 18:42:08 +01:00
Florian Wilhelm 0b10f49031 DOC: Comparison of Theil-Sen and RANSAC
Added a simple case where Theil-Sen apparently outperforms RANSAC.
Some recommendations when to use one over another.
2014-03-22 16:56:01 +01:00
Florian Wilhelm c19d967ae1 Cleanups and corrections for Theil-Sen regression. 2014-03-05 20:06:41 +01:00
Florian Wilhelm b3e8a643d2 Added an example and documentatin for Theil-Sen 2014-01-17 22:24:13 +01:00