| .. |
|
sparsetools
|
[MRG+1] MAINT drop SciPy < 0.13 (#8854)
|
2017-06-02 23:36:33 +02:00 |
|
src
|
COSMIT various typofixes
|
2013-04-11 21:22:14 +02:00 |
|
tests
|
[MRG+1] MAINT drop SciPy < 0.13 (#8854)
|
2017-06-02 23:36:33 +02:00 |
|
__init__.py
|
[MRG+1] DOC improve description and consistency of random_state (#8689)
|
2017-04-05 17:43:21 -07: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
|
[MRG] ENH faster sample_without_replacement for recent numpy (#7703)
|
2016-10-29 22:08:53 +11:00 |
|
_scipy_sparse_lsqr_backport.py
|
FIX various mismatch between docstring and signature params
|
2015-01-16 11:54:57 -05:00 |
|
arpack.py
|
[MRG+1] MAINT drop SciPy < 0.13 (#8854)
|
2017-06-02 23:36:33 +02: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
|
[MRG] Extended explanation of using class_weight in RandomForestClassifier (Issue #6646) (#8838)
|
2017-05-09 18:21:12 +10:00 |
|
deprecation.py
|
[MRG+1] DOC insert spaces before colons in parameter lists (#7920)
|
2016-11-25 10:59:22 +01:00 |
|
estimator_checks.py
|
[MRG+1] Fixes #7578 added check_decision_proba_consistency in estimator_checks (#8253)
|
2017-03-07 07:10:10 +01:00 |
|
extmath.py
|
Fix typos in test_covariance.py and extmath.py (#8997)
|
2017-06-06 16:54:51 +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+1] MAINT drop SciPy < 0.13 (#8854)
|
2017-06-02 23:36:33 +02:00 |
|
graph.py
|
[MRG+1] MAINT drop SciPy < 0.13 (#8854)
|
2017-06-02 23:36:33 +02:00 |
|
graph_shortest_path.pyx
|
[MRG+1] DOC insert spaces before colons in parameter lists (#7920)
|
2016-11-25 10:59:22 +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
|
[MRG+1] Replace or remove VotingClassifier estimators by set_params (#7674)
|
2017-04-10 15:04:48 -04:00 |
|
mocking.py
|
[MRG+1] Accept keyword parameters to hyperparameter search fit methods (#8278)
|
2017-02-09 07:42:23 +01:00 |
|
multiclass.py
|
[MRG+1] Uncontroversial fixes from estimator tags branch (#8086)
|
2017-06-06 16:34:47 +02:00 |
|
murmurhash.pxd
|
ENH feature hashing transformer
|
2012-11-17 17:29:20 +01:00 |
|
murmurhash.pyx
|
[MRG+1] DOC insert spaces before colons in parameter lists (#7920)
|
2016-11-25 10:59:22 +01:00 |
|
optimize.py
|
[MRG+1] DOC insert spaces before colons in parameter lists (#7920)
|
2016-11-25 10:59:22 +01:00 |
|
random.py
|
[MRG+1] fix sampling in stratified shuffle split (#6472)
|
2016-09-09 19:00:49 +02: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
|
[MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719)
|
2016-11-02 22:57:04 +11:00 |
|
sparsefuncs.py
|
[MRG+1] DOC insert spaces before colons in parameter lists (#7920)
|
2016-11-25 10:59:22 +01:00 |
|
sparsefuncs_fast.pyx
|
[MRG+1] DOC insert spaces before colons in parameter lists (#7920)
|
2016-11-25 10:59:22 +01:00 |
|
stats.py
|
[MRG+1] MAINT drop SciPy < 0.13 (#8854)
|
2017-06-02 23:36:33 +02:00 |
|
testing.py
|
[MRG+1] Housekeeping Deprecations for v0.19 (#7927)
|
2016-12-09 12:43:38 -05:00 |
|
validation.py
|
[MRG] DOC Homogeneous deprecation in docstring (#8907)
|
2017-05-23 08:42:08 +02: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 |