scikit-learn/sklearn
Jan Hendrik Metzen fb4eded5ee ENH GPC can use warm-starts in _posterior_mode() 2015-10-19 18:04:56 +02:00
..
__check_build BUG: Correct check for local import 2015-01-13 14:37:30 -06:00
cluster FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
covariance Merge pull request #5234 from vighneshbirodkar/mcd_fix 2015-10-12 13:33:54 +02:00
cross_decomposition FIX dtypes to conform to the stricter type cast rules of numpy 1.10 2015-10-15 18:21:51 +02:00
datasets FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
decomposition FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
ensemble FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
externals MAINT update joblib to 0.9.2 2015-10-14 19:56:20 +02:00
feature_extraction FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
feature_selection FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
gaussian_process ENH GPC can use warm-starts in _posterior_mode() 2015-10-19 18:04:56 +02:00
linear_model FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
manifold Merge pull request #5443 from AlexandreAbraham/optimize_graph_is_connected 2015-10-19 17:06:30 +02:00
metrics FIX Don't compare arrays to strings!!!! 2015-10-15 16:07:17 -04:00
mixture MAINT don't print things in testing. 2015-10-15 15:23:00 -04:00
neighbors DOC: clarify inputs for haversine metric 2015-10-19 14:05:15 +02:00
neural_network FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
preprocessing Merge pull request #5375 from rvraghav93/set_precision 2015-10-19 11:02:04 +02:00
semi_supervised a common test to check if classifiers fail when fed regression targets 2015-10-14 14:46:13 -04:00
src/cblas add necessary blas files. 2015-09-11 13:19:15 -04:00
svm FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
tests FIX: remove shuffling in LabelKFold 2015-10-19 16:27:04 +02:00
tree a common test to check if classifiers fail when fed regression targets 2015-10-14 14:46:13 -04:00
utils Merge pull request #5375 from rvraghav93/set_precision 2015-10-19 11:02:04 +02:00
__init__.py MAINT switching master to 0.18.dev0 2015-10-16 17:17:57 +02:00
_build_utils.py COSMIT pep8 2012-08-10 11:06:42 +01:00
_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 MAINT use inspect.signature for introspection 2015-09-23 16:30:53 +02:00
calibration.py DOC: Fix typo in CalibratedClassifierCV 2015-10-06 15:41:15 +02:00
cross_validation.py FIX: remove shuffling in LabelKFold 2015-10-19 16:27:04 +02:00
discriminant_analysis.py MAINT: deprecation warns from StandardScaler std_ 2015-10-19 11:43:21 +02:00
dummy.py DOC backticks in attribute docstrings unnecessaru since #3489 2015-06-12 05:13:02 +10:00
grid_search.py DOC trying to make GridSearchCV docs more accurate... not sure if better 2015-10-12 15:58:38 -04:00
isotonic.py FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02: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 Added laplacian kernel 2015-10-14 13:56:57 -04:00
lda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02:00
learning_curve.py DOC Make cv documentation consistent across our codebase 2015-09-10 09:15:13 +05:30
multiclass.py MAINT remove deprecated stuff that will no longer be supported in 0.18 2015-10-19 10:44:42 +02:00
naive_bayes.py MAINT: minor fixes to GaussianNB epsilon 2015-10-07 07:09:01 -07:00
pipeline.py add future warning to pipeline.inverse_transform with 1d X. 2015-09-21 20:41:47 -04:00
qda.py MAINT Deprecate LDA/QDA in favor of expanded names 2015-09-11 15:32:11 +02: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