scikit-learn/sklearn/utils
Sebastian Raschka 4d33cd62e4 rename function to func (#6700) 2016-07-01 21:50:40 +02:00
..
sparsetools TST ensure tests are importable 2016-06-13 20:29:46 +10:00
src COSMIT various typofixes 2013-04-11 21:22:14 +02:00
tests Test row_norms for float32 data 2016-05-25 20:29:03 +08:00
__init__.py [MRG] #6581 n_samples of utils.resample can be more when replace is True 2016-04-02 08:58:40 +02:00
_logistic_sigmoid.pyx ENH speed up logistic_sigmoid (using less code) 2013-07-28 16:44:13 +02:00
_random.pxd doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
_random.pyx doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
_scipy_sparse_lsqr_backport.py FIX various mismatch between docstring and signature params 2015-01-16 11:54:57 -05:00
arpack.py ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11:00
arrayfuncs.pyx Simplify chain comparaison 2015-11-01 21:59:38 +01:00
bench.py COSMIT pep8 2011-12-15 17:08:30 +01:00
class_weight.py fixed error message for invalid class_weight values 2016-06-02 01:13:57 +05:00
deprecation.py MAINT move deprecated into deprecation.py 2015-10-19 22:35:36 +02:00
estimator_checks.py [MRG] Fix strict tests 2016-04-07 09:55:08 +02:00
extmath.py pep8 2016-05-09 22:55:48 +02:00
fast_dict.pxd BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fast_dict.pyx BUG: work aroundd Cython bug to build with clang 2014-02-17 15:27:10 +01:00
fixes.py [MRG] ENH Restructure grid_scores_ into a dict of 1D arrays 2016-06-16 12:23:04 +10:00
graph.py ENH improve check_array 2015-05-19 16:13:42 +02:00
graph_shortest_path.pyx Remove cython warnings 2015-11-02 10:33:36 +01:00
lgamma.pxd ENH: use lgamma function from John D. Cook 2013-01-13 14:03:45 +00:00
lgamma.pyx COSMIT translate lgamma replacement to C and clean it up 2013-01-31 01:22:08 +01:00
linear_assignment_.py [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
metaestimators.py doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
mocking.py FIX / TST make cross_val_predict work on lists, test pass-through and compatibility with various input types. 2015-05-19 15:04:45 -04:00
multiclass.py General spelling fixes 2015-12-16 09:46:42 -08:00
murmurhash.pxd ENH feature hashing transformer 2012-11-17 17:29:20 +01:00
murmurhash.pyx doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
optimize.py use class_weight through sample_weight in LogisticRegression with liblinear 2016-05-25 14:54:02 +02:00
random.py General spelling fixes 2015-12-16 09:46:42 -08:00
seq_dataset.pxd make X_stride be np.npy_intp 2016-02-15 14:09:18 +01:00
seq_dataset.pyx doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00
setup.py MAINT: re-organize setup.py & make sure all tests are discoverable by nose 2016-05-13 06:57:09 -07:00
sparsefuncs.py partial_fit for scalers 2015-10-13 11:37:00 +02:00
sparsefuncs_fast.pyx Merge pull request #6613 from nelson-liu/correct_license_spelling 2016-06-15 13:58:59 +02:00
stats.py TST fix tests with numpy 1.6.1 2015-02-01 15:49:49 +01:00
testing.py rename function to func (#6700) 2016-07-01 21:50:40 +02:00
validation.py DOC: fix typo in check_arrays 2016-05-07 18:26:33 -07:00
weight_vector.pxd clean up and average can now be set to an int indicating the number of iterations before averaging 2014-10-03 15:44:15 +02:00
weight_vector.pyx doc: fix spellings of 'license' 2016-03-31 17:25:31 -07:00