Skip to content

Commit ba72248

Browse files
authored
[MRG] DOC cleaning up what's new for 0.19 (scikit-learn#9252)
* DOC cleaning up what's new for 0.19 * More cleaning up * More cleaning up * Deprecations * Clean up merge * Update * TODOs to prose and minor changes * Changed models and minor fixes * sort * Merge in 0.18.2 docs * Missing entry from 0.18 logs * Optimistically add some features to highlights * Forgotten user directive * Fix alignment * Cleaning up for Andy's comments * Mention beta_loss=0 speedup * Update * Clean up new what's new entries * DOC Add changes missed from what's new And other minor things. This took lots of effort which I would have not committed where I not home sick...
1 parent cb1b6c4 commit ba72248

File tree

3 files changed

+624
-382
lines changed

3 files changed

+624
-382
lines changed

doc/modules/classes.rst

+12-2
Original file line numberDiff line numberDiff line change
@@ -724,8 +724,6 @@ Kernels:
724724
linear_model.PassiveAggressiveClassifier
725725
linear_model.PassiveAggressiveRegressor
726726
linear_model.Perceptron
727-
linear_model.RandomizedLasso
728-
linear_model.RandomizedLogisticRegression
729727
linear_model.RANSACRegressor
730728
linear_model.Ridge
731729
linear_model.RidgeClassifier
@@ -1392,6 +1390,18 @@ Recently deprecated
13921390
===================
13931391

13941392

1393+
To be removed in 0.21
1394+
---------------------
1395+
1396+
.. autosummary::
1397+
:toctree: generated/
1398+
:template: deprecated_class.rst
1399+
1400+
linear_model.RandomizedLasso
1401+
linear_model.RandomizedLogisticRegression
1402+
neighbors.LSHForest
1403+
1404+
13951405
To be removed in 0.20
13961406
---------------------
13971407

doc/modules/pipeline.rst

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ i.e. if the last estimator is a classifier, the :class:`Pipeline` can be used
124124
as a classifier. If the last estimator is a transformer, again, so is the
125125
pipeline.
126126

127+
.. _pipeline_cache:
128+
127129
Caching transformers: avoid repeated computation
128130
-------------------------------------------------
129131

0 commit comments

Comments
 (0)