Andreas Mueller
0a4c12f58a
TST remove tempfiles that we create in svmlight tests and agglomerative clustering tests
2015-01-23 11:36:46 -05:00
Raghav R V
b3fbccca38
FIX various mismatch between docstring and signature params
...
DOC max_iterations -> max_iter. Make it consistent with kmeans
MAINT Replace the deprecated dx parameter with d in the docstrings
MAINT Deprecation warning for max_iterations parameter.
2015-01-16 11:54:57 -05:00
Andreas Mueller
c970fb51e7
COSMIT spelling
2015-01-15 15:09:35 -05:00
Raghav R V
88555987cc
PEP8 Fix E101, E111 errors and W191, W293, W293 and W391 warnings.
2015-01-08 04:28:24 +05:30
gpassino
969e677353
DOC fix kernels documentation inconsistencies
...
Fixes gh-3916, gh-2901.
2014-12-01 11:51:36 +01:00
Danny Sullivan
92a02ad13a
adding example for memory wrapper
2014-10-23 16:51:21 +02:00
Olivier Grisel
fd57806755
MAINT remove integer warnings under Python 3 + numpy 1.8+
2014-10-08 13:33:53 +02:00
Lars Buitinck
a7a05120e2
MAINT: handle frombuffer with empty 1st arg in utils.fixes
2014-09-22 17:23:51 +02:00
Calvin Giles
cf3d69be29
Moved code out of context block where not required for #3612
2014-08-31 17:30:16 +01:00
Calvin Giles
dd9e512ddb
Changed f=open() to with open() as f to eliminate ResourceWarnings. Fixes #3410 .
2014-08-31 14:44:11 +01:00
Joel Nothman
787e4a0cea
DOC extend documentation on sample generators
...
Also allow make_multilabel_classification to return underlying
distributions.
2014-08-25 19:36:58 +10:00
Joel Nothman
e58764feab
DOC more explicit parameter descriptions in make_multilabel_classification
2014-08-20 00:06:00 +10:00
Joel Nothman
a52085f6ac
DOC correct default value
2014-08-13 12:58:23 +10:00
MechCoder
012bc0a106
FIX: Incomplete download of 20newsgroup_dataset
2014-08-11 09:29:37 +02:00
Joel Nothman
b3bdb08964
DOC fix formatting of attributes etc. in docstrings
2014-07-28 19:04:59 +10:00
Lars Buitinck
56057c9630
MAINT remove deprecated code
2014-07-23 16:19:40 +02:00
Andreas Mueller
c235c3b566
ENH add allowed_sparse named argument for @ogrisel
2014-07-20 15:31:28 +02:00
Andreas Mueller
6e2a83b4e1
remove check_arrays stuff and old input validation
2014-07-20 13:31:45 +02:00
Lars Buitinck
fbfcdc500a
Merge branch 'pr/3316'
...
Fixes #3316 .
2014-07-13 16:51:02 +02:00
Lars Buitinck
6668adfc95
DOC numpydoc convention for Bunch-returning functions
...
Also cap lines at 80 chars, remove trailing spaces.
As suggested by @jnothman at
https://github.com/scikit-learn/scikit-learn/pull/3316/files#r14269818
2014-07-13 16:50:27 +02:00
Ilambharathi Kanniah
5972f5a907
DOC return types in datasets.lfw
2014-07-13 11:55:59 +02:00
Ilambharathi Kanniah
c19aa38f48
DOC adding return type and improving module doc
2014-07-13 11:55:58 +02:00
Olivier Grisel
178d0b6efd
FIX assert_array_almost_equal for windows tests
2014-07-10 18:54:33 +02:00
Joel Nothman
5ea6b3ac95
COSMIT in response to @arjoly's comments
2014-07-08 11:13:58 +02:00
Joel Nothman
e633f25233
ENH make_multilabel_classification for large n_features: faster and sparse output support
2014-07-08 11:13:58 +02:00
Ilambharathi Kanniah
6d4fd85719
DOC Improve documentation of the olivetti dataset
2014-06-26 08:20:46 +02:00
Ilambharathi Kanniah
708d3a3f61
DOC Document return of fetch_olivetti_faces
2014-06-25 21:44:37 +02:00
Olivier Grisel
f892622967
FIX Python 3 support for datasets.species_distributions
2014-06-24 10:39:41 +02:00
Lars Buitinck
cdd2279c09
ENH fix astype usage to prevent copying
...
Removed where possible; using copy=False (from utils.fixes) where needed.
Also some C integer type fixes to gradient boosting.
2014-06-18 11:01:28 +02:00
Olivier Grisel
5b854514bb
Merge branch 'pr/3263': minor fixes from the 0.15.X branch
2014-06-09 14:47:05 +02:00
Andreas Mueller
55ecfa2c32
COSMIT TYPO
2014-06-08 21:45:40 +02:00
Lars Buitinck
cc2eb2344c
FIX wrong parameter name in deprecation warning
2014-06-08 14:26:56 +02:00
Joel Nothman
28eb1ebe15
Assert or ignore all sequence of sequences deprecation warnings
2014-06-05 11:20:36 +02:00
Joel Nothman
18c399e20a
MAINT deprecate sequences of sequences support
...
* add warnings
* provide alternative binarizer, sklearn.preprocessing.MultiLabelBinarizer
* fix documentation
2014-06-05 11:20:35 +02:00
Olivier Grisel
40597f1df5
Merge pull request #3169 from mjbommar/issue-3167-eradicate-todense
...
PR re: issue 3167 to eradicate .todense()
2014-05-24 21:02:47 +02:00
mjbommar
724b63a16c
Replacing the test .todense() methods with .toarray()
2014-05-20 21:44:34 -04:00
John
99f14e2998
adding conditional import to lfw.py for python3 support
2014-05-15 22:04:55 -04:00
murad
ba352bfd06
open iris files with statement to avoid ResourceWarning
2014-04-16 15:23:58 -04:00
Olivier Grisel
033ae09fa0
FIX: fix build under Python 2.6
2014-03-29 00:58:25 +01:00
Olivier Grisel
86c07b5f27
FIX #3014 : use a different folder for covtype data under Python 3
2014-03-29 00:44:41 +01:00
dzikie drożdże
7776d67a69
PY3 file handling
2014-03-21 09:55:41 +01:00
James Yu
71cba016ab
typo
2014-03-17 15:35:41 -05:00
Lars Buitinck
6091d7d2b1
DOC fix rendering of fetch_mldata example
...
Fixes #2899 .
2014-03-09 23:03:45 +01:00
Lars Buitinck
23b3cc2eb5
MAINT drop support for SciPy < 0.9
...
TODO: get rid of solve_triangular. Just replacing it by scipy.linalg's
breaks OMP and least-angle regression.
2014-03-02 20:13:57 +01:00
Lars Buitinck
b97fb3c5fc
MAINT drop support for NumPy < 1.6.1
2014-03-02 20:13:57 +01:00
Michael Hanke
4c370a7357
BF: load_boston() return 13 features, but 14 feature names
...
Last column has the target value, hence only report first 13 names.
2014-02-17 15:24:35 +01:00
Joel Nothman
dbc26ce996
COSMIT remove unused imports and variables
2014-02-03 19:43:56 +11:00
Chen Liu
f657d9c1ee
using floor division in python3
2014-01-28 15:12:21 -05:00
Gilles Louppe
1a887dda68
COSMIT: Various PEP8
2014-01-16 14:34:10 +01:00
Olivier Grisel
6bc5756cae
FIX #2645 : fix 20 newsgroups downloader under Python 3
2014-01-15 16:36:15 +01:00