MarieS-WiMLDS
0fd4e4ff08
chore(notebook_example): improve examples/cluster/plot_feature_agglomeration_vs_univariate_selection.py #22406 ( #22796 )
...
Co-authored-by: Marie <marie.sacksick@cybelangel.com>
2022-03-12 18:40:37 +01:00
Thomas J. Fan
1fc86b6aac
MNT Update black to stable version ( #22474 )
2022-02-15 11:36:26 +01:00
Dimitri Papadopoulos Orfanos
d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples ( #21307 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
Thomas J. Fan
7cc0177f8e
MNT Replaces numpy alias with builtin typse ( #17687 )
...
* MNT Replaces numpy alias with builtin typse
* STY Lint error
2020-06-24 16:51:51 +02:00
Adrin Jalali
69c8967e21
DOC Fix warnings in examples ( #12654 )
...
Fixe or suppresses many warnings in examples, including matplotlib complaining about the non-gui backend.
2019-01-17 21:41:13 +11:00
Thomas Moreau
d25da1be20
FIX make joblib utils private, and remove mentions of externals.joblib ( #12345 )
2018-11-20 10:53:52 +11: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
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
Andreas Mueller
5b1aca08c2
MAINT Don't use deprecated 1d X (or deprecated matplotlib stuff) in examples.
2015-12-10 12:11:48 -05:00
Raghav R V
f67e911124
DOC Modify documentation/examples for the new model_selection module
2015-10-29 16:49:23 +01:00
Andreas Mueller
1491843d95
DOC minor fixes in formatting, don't use deprecated n_components in Agglomerative
2015-03-25 20:20:29 -04:00
Rajat Khanduja
2244098532
Updated examples to use pyplot for plotting instead of pylab
...
Some examples not updated because scripts throw error (probably not
because of the change)
2014-05-15 02:18:07 +05:30
Gael Varoquaux
75705e2b24
MISC: remove reference to deprecated Ward
2014-02-07 09:25:08 +01:00
Robert Layton
dacfd8bd5d
DOC: Replaced all BSD style licenses with "BSD 3 clause"
...
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!
Removed duplicate "3 clause, 3 clause"
Removed trailing period if exists
Fixed some missed licences, still about 50 to do, but those can be automated
Think I got the last of them.
Apparently me and sed have different ideas of regex.
Found a few more
2013-04-30 08:34:46 +02:00
Lars Buitinck
837093df7f
P3K: use print as a function in the examples
...
Also corrected some typos, including two people misspelling their own names :)
2013-02-01 15:04:42 +01:00
Nick Wilson
9c3e66e8d1
FIX: Delete temporary cache directory
...
The cluster/plot_feature_agglomeration_vs_univariate_selection.py
example was leaving temporary files in the current directory. The
examples/cluster/joblib/ directory remained after running the example.
This commit moves the cache to a temporary folder.
2012-03-13 19:29:09 -07:00
Andreas Mueller
68a8b8b46d
ENH renamed best_estimator and best_score in examples and tests.
2012-01-05 23:35:33 +01:00
Jake Vanderplas
96d6060cd7
pep8
2011-12-23 10:12:26 -08:00
Jake Vanderplas
e705d941ce
Change depreciated behavior in feature agglomeration example
2011-12-21 03:41:40 -08:00
Olivier Grisel
ca48f82ab8
s/\bcross_val\b/cross_validation/g
2011-09-06 14:44:32 +02:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00
Fabian Pedregosa
2fc4c96a90
Revert "Remove hardcoded n_jobs from examples."
...
This reverts commit 6887195563 .
2011-07-30 07:49:56 +02:00
Fabian Pedregosa
6887195563
Remove hardcoded n_jobs from examples.
2011-07-29 14:49:45 +02:00
Gael varoquaux
795757205c
Cosmit
2011-07-15 17:45:57 +02:00
Alexandre Gramfort
a3bc7eafcf
ENH : factorizing img_to_graph and grid_to_graph
...
there was no bug before but an obscure img_to_graph(mask, mask)
that is now replaced by grid_to_graph (makes a connectivity structure
for a grid of pixels/voxels)
2011-02-28 10:58:00 -05:00
Alexandre Gramfort
8c6ece869b
fix remaining n_comp
2011-02-24 16:59:49 -05:00
Alexandre Gramfort
c5aa155621
Merge branch 'hcluster' into hcluster2 that matches master
...
- pipeline and GridSearchCV have been cleaned
- feat agglo inherits from TransformerMixin
- s / n_comp / n_components in hierarchical.py
Conflicts:
scikits/learn/feature_selection/univariate_selection.py
scikits/learn/pipeline.py
scikits/learn/tests/test_pipeline.py
2011-02-21 21:28:34 -05:00
Alexandre Gramfort
1cd924e404
better ward rst doc examples
2011-01-31 22:16:31 -05:00
Alexandre Gramfort
de06c23ba7
in hierarchical : s/adjacency_matrix/connectivity, s/k/n_clusters
2011-01-25 13:06:06 -05:00
Alexandre Gramfort
704ed7e83f
ENH : improving ward for better joblib caching
2011-01-25 11:39:59 -05:00
Gael varoquaux
e49cd50020
ENH: Reorganise the feature agglomeration
2011-01-23 11:36:07 +01:00
Alexandre Gramfort
5edd39ff7d
first attempt to use caching in gridsearch with hierarchical clustering... WIP
2011-01-22 22:25:38 -05:00
Alexandre Gramfort
1ff5724cc8
ENH : refactoring Ward feature agglomeration to make it work with Pipeline
2011-01-22 17:37:20 -05:00