scikit-learn/sklearn
Guillem García Subies deec2baf00 [MRG] Deprecated 'copy' in TfidfVectorizer.transform (#14520)
* Deprecated 'copy' in TfidfVectorizer.transform

* Update text.py

* Update text.py

* Update text.py

* Added test

* Update sklearn/feature_extraction/tests/test_text.py

Co-Authored-By: Andreas Mueller <t3kcit@gmail.com>

* Update test_text.py

* Update test_text.py

* Update text.py

* Update text.py

* Update text.py

* Update v0.22.rst

* Update doc/whats_new/v0.22.rst

Co-Authored-By: Joel Nothman <joel.nothman@gmail.com>

* Update test_text.py

* Update text.py

* Update text.py

* Update text.py

* Update test_text.py

* Update doc/whats_new/v0.22.rst

Co-Authored-By: Joel Nothman <joel.nothman@gmail.com>

* Update v0.22.rst
2019-08-07 12:20:41 -04:00
..
__check_build MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
_build_utils MAINT Remove BLAS infos from show_versions and build log (#14205) 2019-07-18 12:55:56 +02:00
cluster MAINT Use numpy vectorized operations in k-means++ (#14479) 2019-07-29 15:48:59 +08:00
compose ColumnTransformer input feature name and count validation (#14544) 2019-08-07 12:19:13 -04:00
covariance DOC shrinkage is not learnt in ShrunkCovariance (#14363) 2019-07-15 12:32:27 +08:00
cross_decomposition MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
datasets ENH Add return_X_y to 20_newsgroups and olivetti_faces (#14259) 2019-07-20 10:30:09 +08:00
decomposition DOC replace term 'EM' to 'SVD based approach' (#14539) 2019-08-04 23:30:09 +10:00
ensemble DOC User guide section for histogram-based GBDTs (#14525) 2019-08-05 18:57:36 +02:00
experimental [MRG] doc about creating an experimental module (#13865) 2019-05-15 17:41:17 +02:00
externals Fix ARDRegression accuracy issue with scipy 1.3.0 (#14067) 2019-07-27 13:23:40 -04:00
feature_extraction [MRG] Deprecated 'copy' in TfidfVectorizer.transform (#14520) 2019-08-07 12:20:41 -04:00
feature_selection DOC Fix typo in RFE example (#14529) 2019-07-31 10:58:45 +02:00
gaussian_process Improve WhiteKernel's vague description (#13606) 2019-08-06 12:53:41 -04:00
impute DOC Fix docstring in MissingIndicator class regarding the output shape (#14506) 2019-07-30 17:01:45 +02:00
inspection FIX plot_partial_dependence not taking target into account when multiclass (#14393) 2019-07-19 09:59:40 +02:00
linear_model EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
manifold DOC some attribute documentation (#14459) 2019-07-25 17:27:35 +02:00
metrics DOC: mention natural log instead of log2 in mutual info docstring (#14576) 2019-08-07 11:38:26 +02:00
mixture MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
model_selection ENH add support for lists of dictionaries to RandomizedSearchCV (#14549) 2019-08-07 08:23:22 +10:00
neighbors MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
neural_network MNT Redundant memory allocation in MLPClassifier/Regressor (#14536) 2019-08-02 15:33:21 +10:00
preprocessing [MRG+1] Fix KernelCenterer and other pairwise estimators should error on non-square data (#14336) 2019-07-30 13:52:49 -04:00
semi_supervised MNT towards removing assert_equal, etc (#14222) 2019-07-01 09:13:32 -04:00
svm MAINT Simplify liblinear helpers set_problem and csr_set_probl… (#14533) 2019-08-01 09:23:23 +02:00
tests EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
tree MAINT Refactor some tree splitter variable name for readabil… (#14445) 2019-08-07 12:05:30 -04:00
utils MAINT Remove vendored C99 lgamma implementation (#14555) 2019-08-07 11:23:39 +02:00
__init__.py DOC bump version 2019-04-29 23:04:51 +10:00
_config.py DOC Document print_changed_only in sklearn.config_context (#14428) 2019-07-20 17:32:30 -04:00
_isotonic.pyx MNT Use a common language_level cython directive (#13630) 2019-04-13 07:30:18 +02:00
base.py API don't default get_params output to None in the future (#14464) 2019-07-28 23:37:47 +10:00
calibration.py MNT Simply gradient computation of sigmoid calibration (#14439) 2019-07-25 08:00:29 +02:00
conftest.py [MRG] MAINT: add fixture for init and clean-up with matplotlib (#13708) 2019-05-06 09:41:46 +02:00
discriminant_analysis.py CLN: remove collinearity warning from LDA (#14486) 2019-07-29 16:47:40 -04:00
dummy.py DOC Correct shape of attibute constant_ in DummyRegressor (#14277) 2019-07-06 16:49:34 -04:00
exceptions.py MAINT Upgrade CI to PyPy 7.1.1, fix CI failure on master (#13912) 2019-06-24 13:39:10 -04:00
isotonic.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
kernel_approximation.py EXA Use return_X_y=True with load_digits where appropriate (#14359) 2019-07-14 17:10:54 +02:00
kernel_ridge.py [MRG] Doctest with print change only adjusts default options for doctest (#13991) 2019-06-01 10:53:45 +02:00
multiclass.py CLN Moves threshold condition inside else block for OneVsRest.… (#14435) 2019-07-22 15:33:58 -04:00
multioutput.py MAINT Remove imports from sklearn.utils._joblib (#13676) 2019-06-18 18:37:14 +04:00
naive_bayes.py DOC some attribute documentation (#14459) 2019-07-25 17:27:35 +02:00
pipeline.py API don't default get_params output to None in the future (#14464) 2019-07-28 23:37:47 +10:00
random_projection.py DOC fix attribute mismatches in documentation strings. (#14320) 2019-07-13 20:01:34 -07:00
setup.py MAINT Remove BLAS infos from show_versions and build log (#14205) 2019-07-18 12:55:56 +02:00