Commit Graph

172 Commits

Author SHA1 Message Date
Thomas J. Fan 5905367f42
MAINT Fix plot_gallery warning when building docs (#22869) 2022-03-17 11:19:43 +01:00
Dimitri Papadopoulos Orfanos 3d4ee9e9dc
MNT Remove utf-8 encoding declarations (#21260)
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-14 17:59:36 +01:00
Thomas J. Fan 42cc05c5dd
DOC Fixes visualization docs and runs code to plot (#22579) 2022-03-04 14:47:38 +01:00
Thomas J. Fan a1aa20fdac
DOC Places newest highlights first in subsection (#22620) 2022-03-02 14:50:58 +01:00
Thomas J. Fan 593495eebc
DOC Move model persistence up into user guide (#22511) 2022-02-18 17:33:00 +01:00
Tyler Reddy ab15e76efe
DOC fix SciPy intersphinx link. (#22419)
Co-authored-by: Olivier Grisel <olivier.grisel@ensta.org>
2022-02-08 14:24:16 -05:00
puhuk 337e0d234b
DOC Use :doi: and :arxiv: directives for references (#21099) 2021-10-20 13:53:25 -04:00
Dimitri Papadopoulos Orfanos f71c031314
DOC Typos found by codespell (#21069) 2021-09-17 19:04:54 +02:00
Harutaka Kawamura c3db2cdbf5
DOC Use `numpydoc_use_plots` to embed figures for plotting APIs in the documentation (#20705)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-08-30 13:41:42 +02:00
Thomas J. Fan 01a28e962a
MAINT Adds sphinx configuration for redirections (#20625) 2021-07-28 18:19:18 +02:00
Gael Varoquaux 5a879f4a02
DOC Add thumbnails and summaries to links with sphinxext-opengraph (#20464) 2021-07-06 19:12:24 +01:00
Thomas J. Fan 3ae7c76153
STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Thomas J. Fan 16968617b5
CI Use newer version of sphinx and remove patch (#20257) 2021-06-14 18:44:25 +02:00
Nicolas Hug 309f135c32
MNT Remove HistGradientBoosting from experimental (#19799) 2021-04-02 16:40:20 +02:00
Guillaume Lemaitre 8c059196ed
DOC update copyright year forever (#19463) 2021-02-15 15:17:43 +01:00
Adrin Jalali 468c3f4057
MNT replace master with main (#19237)
* replace master with main

* fix imbalanced-learn

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>

* asv default branch is `master`

Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>

Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2021-01-22 15:19:48 +01:00
Chiara Marmo 1e0cefa93f
DOC Refer to the new numpy intersphinx inventory (#18945) 2020-12-01 12:21:48 +01:00
JHayes 3d8db98ea5
DOC add sphinx-prompt to ease select/copy/paste of prompt command #18512 (#18516)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-11-23 15:16:47 +01:00
Thomas J. Fan 7da9153e06
DOC Shows kwargs in API signature (#18576) 2020-11-01 15:19:56 +01:00
Thomas J. Fan 1ea9ae2245
MNT Move min_dependencies up a level (#18610) 2020-10-14 16:11:05 +02:00
Thomas J. Fan 3b334c5b25
MNT Uses enable_halving_search_cv instead (#18563) 2020-10-09 07:49:20 +11:00
Nicolas Hug 0a5af0d2a1
FEA Successive halving for faster parameter search (#13900)
* More flexible grid search interface

* added info dict parameter

* Put back removed test

* renamed info into more_results

* Passed grroups as well since we need n_to use get_n_splits(X, y, groups)

* port

* pep8

* dabl -> sklearn

* add _required_parameters

* skipping check in rst file if pandas not installed

* Update sklearn/model_selection/_search_successive_halving.py

Co-Authored-By: Joel Nothman <joel.nothman@gmail.com>

* renamed into GridHalvingSearchCV and RandomHalvingSearchCV

* Addressed thomas' comments

* repr

* removed passing group as a parameter to evaluate_candidates

* Joels comments

* pep8

* reorganized user user guide

* renaming

* update user guide

* remove groups support + pass fit_params

* parameter renaming

* pep8

* r_i -> resource_iter

* fixed r_i issues

* examples + removed use of word budget

* Added inpute checking tests

* added cv_resutlts_ user guide

* minor title change

* fixed doc layout

* Addressed some comments

* properly pass down fit_params

* change default value of force_exhaust_resources and update doc

* should fix doc

* Used check_fit_params

* Update section about min_resources and number of candidates

* Clarified ratio section

* Use ~ to refer to classes

* fixed doc checks

* Apply suggestions from code review

Co-authored-by: Joel Nothman <joel.nothman@gmail.com>

* Addressed easy comments from Joel

* missed some

* updated docstring of run_search

* Used f strings instead of format

* remove candidate duplication checks

* fix example

* Addressed easy comments

* rotate ticks labels

* Added discussion in the intro as suggested by Joel

* Split examples into sections

* minor changes

* remove force_exhaust_budget and introduce min_resources=exhaust

* some minor validation

* Added a n_resources_ attribute

* update examples

* Addressed comments

* passing CV instead of X,y

* minor revert for handling fit_params

* updated docs

* fix len

* whatsnew

* Add test for sampling when all_list

* minor change to top-k

* Force CV splits to be consistent across calls

* reorder parameters

* reduced diff

* added tests for top_k

* put back doc for groups

* not sure what went wrong

* put import at its place

* some comment

* Addressed comments

* Added tests for cv_results_ and base estimator inputs

* pep8

* avoid monkeypatching

* rename df

* use Joel's suggestions for testing masks

* Made it experimental

* Should fix docs

* whats new entry

* Apply suggestions from code review

Co-authored-by: Andreas Mueller <t3kcit@gmail.com>

* Addressed comments to docs

* Addressed comments in examples

* minor doc update

* minor renaming in UG

* forgot some

* some sad note about splitter statefulness :'(

* Addressed comments

* ratio -> factor

Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
Co-authored-by: Andreas Mueller <t3kcit@gmail.com>
2020-09-09 17:12:35 +02:00
Chiara Marmo c24e749d2e
MNT/DOC Add preamble adding hbox around href. Fix unnumbered ref. (#18213) 2020-08-21 10:09:19 +02:00
Thomas J. Fan e89157e18a
MNT Support for case insensitive filesystems (#18151) 2020-08-14 10:19:18 +02:00
Thomas J. Fan cc7e6dbe6b
DOC Improves sidebar navigation for user guide (#16964) 2020-08-02 23:07:48 +10:00
Juan Carlos Alfaro Jiménez 682bf3c7f5
MNT Use substitutions for minimum dependencies in documentation (#17931) 2020-07-15 22:41:07 +02:00
Thomas J. Fan 903c82e118
Revert "ENH Patches sphinx.ext.autosummary for case insensitive file systems (#13022)" (#17780)
This reverts commit 8a695d7d85.
2020-07-01 13:18:02 +02:00
Thomas J. Fan 0f114b610d
MNT Places all minimum dependencies in one central location (#17573)
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
2020-06-27 16:55:25 +02:00
Thomas J. Fan dad615ae7a
MNT Fix extension for sphinx 3.0 (#17724) 2020-06-25 17:57:59 +02:00
Thomas J. Fan 8a695d7d85
ENH Patches sphinx.ext.autosummary for case insensitive file systems (#13022)
* ENH: Patches autosummary for case insensitive file systems

* DOC: More details

* REV
2020-06-25 14:49:42 +02:00
Juan Carlos Alfaro Jiménez 923fdc3364
DOC Update year in copyright statement (#17281) 2020-05-20 16:19:43 +10:00
Thomas J Fan 5756205920
DOC Adds release highlights to front page (#17071) 2020-05-03 17:24:25 +02:00
Nicolas Hug 964c830328
MNT Change print_changed_only default to True (#17061) 2020-04-27 18:22:21 -04:00
Thomas J Fan 91e942759f
DOC Make release highlights the first gallery section (#16952) 2020-04-27 11:23:15 -04:00
Thomas J Fan 923b13ceda
API Adds defaults to Display Objects (#16933) 2020-04-23 13:11:45 -04:00
Chiara Marmo e9340e3f4b
[MRG] DOC Add example about interpretation of coefficients of linear models (#15706)
Co-authored-by: Nicolas Hug <contact@nicolas-hug.com>
Co-authored-by: Gael Varoquaux <gael.varoquaux@normalesup.org>
Co-authored-by: Joel Nothman <joel.nothman@gmail.com>
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-03-11 09:59:23 +11:00
Thomas J Fan eb3f5dfe56
BLD Turns off memory_profiler in examples to fix CircleCI (#16629) 2020-03-09 11:37:53 +01:00
Thomas J Fan c573d80031
BLD Removes post from release on website (#16624) 2020-03-03 21:52:43 +01:00
Thomas J Fan 00f3910678 [MRG] MNT Fixes link to whats new in front page (#16009) 2020-01-05 10:30:20 +11:00
Thomas J Fan a6c07f2b08 BLD Fixes bug when building with NO_MATHJAX=1 (#15892) 2019-12-19 15:56:11 +01:00
Nicolas Hug 5aa28afc46 MNT avoid generating too many cross links in examples (#15844) 2019-12-10 14:03:36 +01:00
Adrin Jalali ad57efa729
MNT packaging instead of a custom regex to parse versions (#15566)
* use x.y.z (no rc/beta/etc) for version in sphinx config

* use parse_version, and refactor binder branch inference

* install packaging in doc build envs

* use packaging
2019-11-11 13:46:41 +01:00
Thomas J Fan 53082e92af BUG: do not filter searchindex for pdf doc generation (#15433) 2019-11-01 22:20:34 +01:00
Thomas J Fan 2a6b3b8f0a DOC: use sphinx search for the website search bar (#15299)
and stop using Google Custom Search.
2019-11-01 17:46:16 +01:00
Thomas J Fan dc73d2a419 DOC Orders gallery example alphabetically by subsection… (#15051) 2019-10-27 13:02:53 +01:00
Thomas J Fan 9caf8350e7 DOC Fix broken link to docs (#15364) 2019-10-27 08:32:45 +01:00
Thomas J Fan 7d35f4fc3c [DOC] Removes "documentation" page and adds Other version in nav bar (#15121) 2019-10-14 08:24:41 -04:00
Thomas J Fan 89332d3e90 DOC Updates entire website design (#14849) 2019-09-21 20:22:34 +10:00
Thomas J Fan 14f5302b70 DOC Link items explictly (#14817)
* DOC Link items explictly

* STY

* DOC Link another
2019-09-05 11:37:05 +02:00