scikit-learn/sklearn
Daniel Galvez fdb42ea4d7 Added indentation to docstring 2015-04-02 11:13:10 +02:00
..
__check_build BUG: Correct check for local import 2015-01-13 14:37:30 -06:00
cluster Merge pull request #4423 from vortex-ape/agg_clustering 2015-03-31 10:15:43 +02:00
covariance FIX don't raise memory error in ledoit wolf 2015-03-31 19:33:26 -04:00
cross_decomposition MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
datasets Merge pull request #4350 from vortex-ape/build_issue 2015-03-25 10:34:39 +01:00
decomposition MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
ensemble DOC/TST docstring --> comment 2015-03-26 18:41:19 +05:30
externals FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
feature_extraction Merge pull request #4356 from vortex-ape/dict_vectorizer 2015-04-01 16:44:40 -05:00
feature_selection DOC & COSMIT deprecate estimator_params in RFE and RFE_CV in docstring 2015-03-29 12:47:53 -04:00
gaussian_process MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
linear_model Modified docs 2015-03-30 01:38:17 +05:30
manifold MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
metrics COSMIT missing newlines in metrics test 2015-03-23 11:21:57 -04:00
mixture MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
neighbors Fix signature not compatible with previous declaration 2015-03-28 01:27:48 -07:00
neural_network MAINT docstring --> comments to prevent nose from using doc in verbose mode 2015-03-21 11:16:49 +05:30
preprocessing Merge pull request #4436 from ogrisel/rebased-pr-3747 2015-03-23 11:12:32 -05:00
semi_supervised FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
src/cblas ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
svm Fixes to sparse decision_function, rebase fixes. 2015-03-26 11:44:39 -04:00
tests Merge pull request #4427 from amueller/lda_lsqr_predict 2015-03-23 18:59:00 +01:00
tree Added indentation to docstring 2015-04-02 11:13:10 +02:00
utils Moved optimize test to a new file 2015-03-24 12:29:05 +05:30
__init__.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_isotonic.c Implement "secondary" tie strategy in isotonic. 2015-03-04 12:04:35 -05:00
_isotonic.pyx Implement "secondary" tie strategy in isotonic. 2015-03-04 12:04:35 -05:00
base.py PEP8 Fix E112 and E113 errors 2015-01-08 04:00:28 +05:30
calibration.py FIX : allow NaN in input of calibration if estimator handles it 2015-03-18 16:44:21 +01:00
cross_validation.py MAINT Remove the deprecated n_iterations from StratifiedShuffleSplit 2015-03-19 05:13:09 +05:30
dummy.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
grid_search.py Make ParameterSampler sample without replacement if all parameters are given as lists. 2015-01-15 10:55:31 -05:00
isotonic.py DOC remove sphinx warnings when generating the doc 2015-03-18 15:49:30 +01:00
kernel_approximation.py Added Random Kitchen Sink reference 2015-03-02 11:16:03 +05:30
kernel_ridge.py Support sparse matrices in KernelRidge. 2015-03-12 23:08:10 +09:00
lda.py FIX LDA(solver="lsqr"): make sure the right error is raised on transform. 2015-03-20 12:27:24 -04:00
learning_curve.py DOC fix references to moved examples 2014-07-25 11:36:52 +02:00
multiclass.py COSMIT remove trailing whitespaces 2015-03-06 22:41:04 +05:30
naive_bayes.py ENH Adding sample-weight support for Gaussian naive Bayes 2015-03-09 14:28:01 -04:00
pipeline.py COSMIT spelling 2015-01-15 15:09:35 -05:00
qda.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
random_projection.py MAINT Make uniform the error raised for not fitted condition 2015-01-12 00:33:40 +05:30
setup.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00