| .. |
|
__check_build
|
COSMIT pep8
|
2013-05-04 10:43:39 +02:00 |
|
cluster
|
Make everything accept lists as input.
|
2014-07-18 18:36:49 +02:00 |
|
covariance
|
ENH: Return attribute n_iter_ for linear models dependent on the enet solver
|
2014-07-15 12:17:35 +02:00 |
|
cross_decomposition
|
COSMIT remove unused imports and variables
|
2014-02-03 19:43:56 +11:00 |
|
datasets
|
Merge branch 'pr/3316'
|
2014-07-13 16:51:02 +02:00 |
|
decomposition
|
Make fit_transform and fit().transform() equivalent in nmf
|
2014-07-18 17:22:02 +02:00 |
|
ensemble
|
ENH Make all decision functions have the same shape. Fixes SVC and GradientBoosting. Closes #1490.
|
2014-07-19 10:22:03 +02:00 |
|
externals
|
TST remove joblib tests from sklearn
|
2014-07-17 17:11:20 +02:00 |
|
feature_extraction
|
Remove a couple more 'using a non-integer number instead of an integer DeprecationWarning'
|
2014-07-18 17:05:46 +01:00 |
|
feature_selection
|
Remove deprecated 'score_func' and 'loss_func' parameters from sklearn.metrics.scorer.check_scoring. Amend the code in all the other places they were used.
|
2014-07-17 13:53:06 +01:00 |
|
gaussian_process
|
FIX Anisotropic hyperparam optimization of GP bounds
|
2014-06-25 11:42:54 +02:00 |
|
linear_model
|
Remove 'DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future' warnings
|
2014-07-18 15:16:56 +01:00 |
|
manifold
|
Remove 'DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future' warnings
|
2014-07-18 15:16:56 +01:00 |
|
metrics
|
Merge pull request #2804 from arjoly/lrap
|
2014-07-19 12:05:48 +02:00 |
|
mixture
|
FIX: use clip(0) instead of abs()
|
2014-05-19 11:22:07 +02:00 |
|
neighbors
|
COSMIT use explicit RandomState in KDE tests
|
2014-07-06 16:27:17 +02:00 |
|
neural_network
|
removed unused variables and imports, add used imports where missing.
|
2014-06-08 21:44:01 +02:00 |
|
preprocessing
|
Modified sparse OvR to handle sparse target data
|
2014-07-18 12:10:50 +02:00 |
|
semi_supervised
|
ENH: enable y to only implement the array interface
|
2014-07-17 11:44:07 +02:00 |
|
src/cblas
|
ENH pairwise L1 distances for sparse matrices
|
2014-03-24 10:38:01 +01:00 |
|
svm
|
ENH Make all decision functions have the same shape. Fixes SVC and GradientBoosting. Closes #1490.
|
2014-07-19 10:22:03 +02:00 |
|
tests
|
MAINT deprecate fit_ovr, fit_ovo, fit_ecoc, predict_ovr, predict_ovo, predict_ecoc and predict_proba_ovr
|
2014-07-19 12:17:22 +02:00 |
|
tree
|
ENH improve rand_int and rand_uniform
|
2014-07-16 16:03:43 +02:00 |
|
utils
|
Merge pull request #2804 from arjoly/lrap
|
2014-07-19 12:05:48 +02:00 |
|
__init__.py
|
MAINT master to 0.16-git
|
2014-07-14 21:42:06 +02:00 |
|
_build_utils.py
|
COSMIT pep8
|
2012-08-10 11:06:42 +01:00 |
|
_hmmc.c
|
Fix atomics definitions under windows for sklearn._hmm.pyx
|
2013-07-28 10:37:02 +02:00 |
|
_hmmc.pyx
|
ENH speed improvements in HMM
|
2013-04-16 12:38:15 +02:00 |
|
_isotonic.c
|
Lift division out of loop in _isotonic_regression.
|
2014-07-14 17:40:54 +02:00 |
|
_isotonic.pyx
|
Lift division out of loop in _isotonic_regression.
|
2014-07-14 17:40:54 +02:00 |
|
base.py
|
Minor fixes in the docs
|
2014-06-07 16:38:53 +02:00 |
|
cross_validation.py
|
ENH don't convert dataframes in grid search and cross-validation
|
2014-07-18 10:02:14 +02:00 |
|
dummy.py
|
DOC sample_weight attribute
|
2014-07-18 10:43:11 +02:00 |
|
grid_search.py
|
ENH don't convert dataframes in grid search and cross-validation
|
2014-07-18 10:02:14 +02:00 |
|
hmm.py
|
Fix some fun column span alignment errors.
|
2014-06-07 16:48:48 +02:00 |
|
isotonic.py
|
Merge pull request #3250 from mjbommar/isotonic-refactor-2
|
2014-06-10 13:59:29 +02:00 |
|
kernel_approximation.py
|
FIX: AdditiveChi2Sample can be initialized with sample_interval, #3068
|
2014-04-15 15:51:53 +02:00 |
|
lda.py
|
MAINT drop support for NumPy < 1.6.1
|
2014-03-02 20:13:57 +01:00 |
|
learning_curve.py
|
ENH don't convert dataframes in grid search and cross-validation
|
2014-07-18 10:02:14 +02:00 |
|
multiclass.py
|
MAINT deprecate fit_ovr, fit_ovo, fit_ecoc, predict_ovr, predict_ovo, predict_ecoc and predict_proba_ovr
|
2014-07-19 12:17:22 +02:00 |
|
naive_bayes.py
|
ENH: enable y to only implement the array interface
|
2014-07-17 11:44:07 +02:00 |
|
pipeline.py
|
DOC example rendering
|
2014-03-24 11:00:32 +01:00 |
|
pls.py
|
MISC: deprection is in 2 releases
|
2013-08-07 23:24:32 +02:00 |
|
qda.py
|
MAINT drop support for NumPy < 1.6.1
|
2014-03-02 20:13:57 +01:00 |
|
random_projection.py
|
DOC ASCII only in docstrings
|
2013-08-28 18:22:57 +02:00 |
|
setup.py
|
BUG: add new preprocessing module to setup.py
|
2013-07-26 11:24:56 -07:00 |