scikit-learn/sklearn
Manoj Kumar cb591e1d3e Merge pull request #5225 from MechCoder/fix_overflow
[MRG + 1] Add numerically stable softmax function to utils.extmath
2015-09-09 11:47:35 -04:00
..
__check_build BUG: Correct check for local import 2015-01-13 14:37:30 -06:00
cluster MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
covariance MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
cross_decomposition MAINT PLS Remove deprecated coefs attribute 2015-07-03 20:40:13 +05:30
datasets FIX error introduced during rebase 2015-08-30 23:19:01 +10:00
decomposition MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
ensemble MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
externals MAINT bump joblib to 0.9.0b4 to use forkserver for Py3 & POSIX 2015-09-01 16:16:42 +02:00
feature_extraction ENH O(1) stop-word lookup when list provided 2015-08-08 22:55:13 +10:00
feature_selection MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
gaussian_process MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
linear_model Merge pull request #5225 from MechCoder/fix_overflow 2015-09-09 11:47:35 -04:00
manifold MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
metrics MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
mixture MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
neighbors MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
neural_network MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
preprocessing MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
semi_supervised MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
src/cblas ENH pairwise L1 distances for sparse matrices 2014-03-24 10:38:01 +01:00
svm MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
tests MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
tree MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
utils Merge pull request #5225 from MechCoder/fix_overflow 2015-09-09 11:47:35 -04:00
__init__.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00
_build_utils.py
_isotonic.c FIX _make_unique of _isotonic.pyx uses float64 consistent internally 2015-04-03 11:07:21 +02:00
_isotonic.pyx FIX _make_unique of _isotonic.pyx uses float64 consistent internally 2015-04-03 11:07:21 +02:00
base.py FIX: Fix for changing mode 2015-08-20 09:58:28 -04:00
calibration.py DOC backticks in attribute docstrings unnecessaru since #3489 2015-06-12 05:13:02 +10:00
cross_validation.py ENH: remove unnecessary assignments 2015-09-08 07:52:12 +02:00
dummy.py DOC backticks in attribute docstrings unnecessaru since #3489 2015-06-12 05:13:02 +10:00
grid_search.py DOC Updated documentation for cv parameter 2015-08-29 21:34:30 +02:00
isotonic.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
kernel_approximation.py REF Correct the reference link for additive chi squared sampler. 2015-06-21 07:24:18 +05:30
kernel_ridge.py force y to be numeric in kernel ridge. 2015-07-31 17:27:45 -04:00
lda.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
learning_curve.py DOC Updated documentation for cv parameter (issue #4533) 2015-08-31 23:18:15 +02:00
multiclass.py Merge branch 'pr/4714' + pep8 fixes 2015-06-08 11:31:51 +02:00
naive_bayes.py MAINT deprecate 1d input arrays for all estimators 2015-09-09 15:49:58 +02:00
pipeline.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
qda.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
random_projection.py DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
setup.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00