File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ Changelog
242
242
:mod: `sklearn.compose `
243
243
......................
244
244
245
- - |Fix | `compose.ColumnTransformer ` raises an informative error when the individual
245
+ - |Fix | :class: `compose.ColumnTransformer ` raises an informative error when the individual
246
246
transformers of `ColumnTransformer ` output pandas dataframes with indexes that are
247
247
not consistent with each other and the output is configured to be pandas.
248
248
:pr: `26286 ` by `Thomas Fan `_.
@@ -382,10 +382,10 @@ Changelog
382
382
and :class: `ensemble.AdaBoostRegressor ` that was introduced in :pr: `23819 `.
383
383
:pr: `26242 ` by :user: `Marko Toplak <markotoplak> `.
384
384
385
- :mod: `sklearn.exception `
386
- ........................
385
+ :mod: `sklearn.exceptions `
386
+ .........................
387
387
388
- - |Feature | Added :class: `exception .InconsistentVersionWarning ` which is raised
388
+ - |Feature | Added :class: `exceptions .InconsistentVersionWarning ` which is raised
389
389
when a scikit-learn estimator is unpickled with a scikit-learn version that is
390
390
inconsistent with the sckit-learn version the estimator was pickled with.
391
391
:pr: `25297 ` by `Thomas Fan `_.
You can’t perform that action at this time.
0 commit comments