Alexandre Boucaud
b21f9b4f98
MNT Add sklearn show_versions() method ( #11596 )
2018-08-01 09:12:51 +10:00
Ronan Lamy
5592a2eda9
[MRG] PyPy support for all but a couple of estimators ( #11010 )
2018-07-20 14:39:53 +10:00
Joel Nothman
14e7c328df
Restructure access to vendored/site Joblib ( #11471 )
...
In order to fix #11408 , this swaps `joblib` and `_joblib`. It however, allows users to access joblib's `Memory` or `Parallel` functionality without accessing `sklearn.externals._joblib` by importing `Memory`, `Parallel`, etc. into `sklearn.utils`.
2018-07-17 18:02:11 +02:00
Hanmin Qin
58fa28e3e5
DOC Typo in contributing.rst
2018-07-17 16:47:50 +08:00
Hanmin Qin
bb0dd8290b
DOC Typo in contributing.rst
2018-07-17 10:15:21 +08:00
Hanmin Qin
2716c8e4df
DOC: Instructions for changing default value of a certain parameter ( #11469 )
2018-07-16 17:12:03 +02:00
Andreas Mueller
b25e222328
MNT misc sphinx website build fixes and dead links ( #11532 )
2018-07-16 09:13:20 +08:00
Nicolas Hug
23b0d484d2
DOC Consistent shape indications in contributing.rst ( #11457 )
2018-07-14 20:25:02 +08:00
Hanmin Qin
3e19d7f6d7
[MRG] DOC Add usage question saved reply ( #11472 )
2018-07-10 19:04:01 +02:00
Nicolas Hug
bf9e405311
DOC clearer doc in contributing guidelines ( #11404 )
2018-07-03 11:53:08 +08:00
Nicolas Hug
9a301b4578
[MRG] Fix minor typo in doc ( #11397 )
...
Could also be *When unit tests fail*?
2018-07-02 07:51:11 +10:00
Andreas Mueller
a320c085b7
DOC clean up installation doc organization ( #10698 )
2018-06-29 07:44:51 +10:00
Joel Nothman
5a9ce9fe3f
CI fix scipy-dev build for good ( #11377 )
...
Also add commit flag [scipy-dev] to run scipy-dev build in Travis, which is very useful in a PR
to make sure that the scipy-dev passes.
2018-06-28 16:49:51 +02:00
Joel Nothman
fdb3c7c556
[MRG] DOC encourage contributors to look at related projects too ( #11335 )
2018-06-21 13:55:19 +02:00
Joel Nothman
14764061f8
[MRG] DOC fix some sphinx warnings ( #11241 )
2018-06-21 20:43:21 +10:00
twosigmajab
0612769b2c
DOC replace OpenHub/ohloh badge with star button ( #11288 )
2018-06-16 11:53:30 +08:00
dlovell
93320a9d98
DOC: replace TODO with link to the glossary ( #11279 )
...
Fixes #9294
2018-06-15 17:26:15 -04:00
twosigmajab
fb9e13d2c9
DOC add missing requirements for building docs ( #11292 )
...
Fixes #11286 .
2018-06-15 12:58:58 -07:00
Roman Yurchak
67cc975f46
[MRG+1] MAINT Parametrize common estimator tests with pytest ( #11063 )
2018-05-07 12:12:55 +02:00
Nicholas Nadeau, P.Eng., AVS
3e26fc63be
MAINT Fixing Typos ( #11017 )
2018-04-24 09:32:25 +10:00
Joel Nothman
160693655e
DOC better rendering of math in documentation ( #10253 )
2018-04-16 09:31:34 +02:00
Mohamed Ali Jamaoui
6233150f44
DOC Put "Filing bugs" subsection under "Submitting bug report" section. ( #10917 )
2018-04-10 18:34:41 +08:00
Loïc Estève
20661b5018
TST: only run doctests on numpy 1.14. ( #10835 )
...
Fix doctests due to numpy 1.14 formatting changes.
2018-03-27 07:44:40 +02:00
Loïc Estève
69e9111b43
DC Small reorganization of contributing.rst documentation section. ( #10685 )
2018-02-25 15:13:49 +11:00
Chady Kamar
5c98de1a59
DOC: fix links to reference API in utilities.rst ( #10683 )
2018-02-24 19:42:44 +01:00
Artiem K
63a2f0a02b
MAINT Rename GraphLasso to GraphicalLasso ( #10078 )
2018-02-20 11:59:52 +11:00
Saqib Nizam Shamsi
ff5aac0c9e
Fix "We probably shouldn't recommend autopep8" ( #10650 )
2018-02-18 16:06:28 +01:00
Loïc Estève
34155a222b
[MRG+1] CircleCI: run only modified examples in CircleCI ( #10407 )
2018-01-15 03:19:43 -08:00
Loïc Estève
db56e639a3
DOC Add Travis and Circle user scripts ( #10409 )
2018-01-09 09:05:34 +11:00
Joel Nothman
840f632e8f
DOC A glossary of concepts and API elements ( #9517 )
...
Skeleton for a glossary of concepts and API elements.
This responds to at least three issues:
* Many aspects of scikit-learn API for users and developers are known
tacitly by core contributors (and the stack overflow crowd), but are
not written down in a consistent place.
* What is written is in an ad-hoc narrative style which may be useful
for introduction, but is difficult to refer to and to maintain.
* Parameters such as `n_jobs` and methods like `decision_function` are
described repeatedly in documentation giving sometimes more sometimes
less information. This glossary allows us to use "See :term:`the
glossary <n_jobs>`." so that parameter descriptions in the
API reference can remain brief (just as not every numpy operation
needs to describe broadcasting).
2018-01-02 10:14:07 +01:00
Nihar Sheth
cec3458b03
DOC Fix broken links in docs ( #10353 )
2017-12-22 18:23:29 +01:00
Loïc Estève
e824fa1480
MAINT revert unwanted changes in 58ff9b8
2017-12-21 15:13:07 +01:00
Vrishank Bhardwaj
58ff9b8600
ENH Remove check_array for X in DummyRegressor/DummyClassifier and replace X.shape[0] with _num_samples ( #9835 )
2017-12-21 08:10:22 +11:00
Viraj Navkal
ef54931f32
DOC fix typo in estimator documentation ( #10344 )
2017-12-20 09:25:31 +11:00
Loïc Estève
01476b9421
[MRG] Run examples with Python 2 and 3 on CircleCI ( #10167 )
2017-12-19 17:17:15 +01:00
Loïc Estève
b933b09027
DOC fix rst excessive bullet point indentation ( #10335 )
2017-12-18 11:03:16 +01:00
James Bourbeau
e9299adce6
DOC Updates contributing.rst with doc build instructions ( #10272 )
2017-12-13 07:41:07 +11:00
Loïc Estève
0885d22a25
MAINT use Python 3.4 in first conda build ( #10193 )
2017-11-28 20:12:45 +11:00
Trevor Stephens
2c7473f298
MAINT Update libatlas version in advanced installation instructions ( #10204 )
2017-11-26 20:36:16 +11:00
Joel Nothman
fd25481683
[MRG+1] MAINT Use magic to list documentation versions ( #9841 )
2017-11-20 10:52:38 +01:00
Loïc Estève
e7e05d844f
[MRG+1] Remove nose from CIs and documentation ( #9840 )
2017-11-16 20:20:35 +01:00
Loïc Estève
c91699d613
DOC improve titles for saved replies
2017-11-16 16:34:45 +01:00
Joel Nothman
e260119564
DOC document some useful canned responses ( #10131 )
2017-11-16 15:46:33 +01:00
Loïc Estève
18cf2e5580
[MRG] DOC add documentation about Travis cron job ( #10124 )
2017-11-14 13:41:41 +01:00
FarahSaeed
b2723582f2
[MRG] DOC Replacing "the scikit" with "scikit-learn" ( #10126 )
2017-11-14 11:06:50 +01:00
Hanmin Qin
8544ce553a
DOC Encourage contributors to use keywords to close issue automatically ( #9954 )
2017-10-20 17:04:52 +11:00
Loïc Estève
7be4465fe6
[MRG] DOC good first issue and help wanted labels ( #9950 )
2017-10-20 17:04:05 +11:00
Andreas Mueller
813d8e1899
DOC add review guidelines, make other ways to contribute more prominent and rephrase ( #9745 )
2017-10-17 08:20:43 +11:00
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
jschendel
12cf7db5b3
DOC: Use setattr(self, ...) instead of self.setattr(...) ( #9866 )
2017-10-03 11:15:10 +02:00