scikit-learn/sklearn
Alexandre Gramfort 1c5d6d75c4 Merge pull request #5274 from MechCoder/liblinear_samples_weights
[MRG+1] Patch liblinear for sample_weights in LogisticRegression(and CV)
2015-10-23 10:23:34 +02:00
..
__check_build BUG: Correct check for local import 2015-01-13 14:37:30 -06:00
cluster Initialize ARPACK eigsh 2015-10-23 08:57:30 +02:00
covariance MAINT use super rather than calls to base class methods 2015-10-22 15:00:43 +02:00
cross_decomposition Merge pull request #5517 from lesteve/replace-base-class-method-calls-by-super 2015-10-22 18:30:25 +02:00
datasets MAINT use super rather than calls to base class methods 2015-10-22 15:00:43 +02:00
decomposition fix docs and doctests for KernelPCA 2015-10-23 08:57:30 +02:00
ensemble Patch liblinear for sample_weights in LogisticRegression(and CV) 2015-10-23 00:00:31 -04:00
externals undo change by @arthurmensch that was probably accidental ;) 2015-10-22 17:54:23 +02:00
feature_extraction FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
feature_selection MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
gaussian_process FIX: GaussianProcess will be deprecated in 0.20, not 0.19 2015-10-21 10:59:03 +02:00
linear_model Merge pull request #5274 from MechCoder/liblinear_samples_weights 2015-10-23 10:23:34 +02:00
manifold Initialize ARPACK eigsh 2015-10-23 08:57:30 +02:00
metrics Merge pull request #5465 from massil94/dev-massil 2015-10-21 16:46:26 +02:00
mixture MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
neighbors MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
neural_network FIX precision to float64 across the codebase 2015-10-16 11:20:29 +02:00
preprocessing as_float_array removed 2015-10-22 01:07:24 +05:30
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 Replace GETC to SAMPLE_WEIGHT 2015-10-23 00:07:02 -04:00
tests Merge pull request #5008 from TomDLT/logistic_multiclass 2015-10-22 12:44:37 +02:00
tree Merge pull request #5487 from arjoly/example-node 2015-10-22 13:31:49 +02:00
utils Update test_utils.py 2015-10-23 08:57:31 +02:00
__init__.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +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 FIX/ENH Make the moved class resilient to the deprecation patching 2015-10-20 01:24:35 +02:00
calibration.py DOC: Fix typo in CalibratedClassifierCV 2015-10-06 15:41:15 +02:00
cross_validation.py MAINT Removed deprecated stuff. 2015-10-21 10:24:23 +02:00
discriminant_analysis.py fixed typo in LDA 2015-10-23 09:36:40 +02:00
dummy.py DOC backticks in attribute docstrings unnecessaru since #3489 2015-06-12 05:13:02 +10:00
exceptions.py DOC Add description for UndefinedMetricWarning 2015-10-20 11:23:04 +02:00
grid_search.py MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02: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 MAINT move custom error/warning classes into sklearn.exceptions 2015-10-19 22:35:35 +02:00
setup.py remove deprecated stuff from 0.17 2015-03-18 14:49:04 -04:00