#### Describe the issue linked to the documentation The [docs](https://scikit-learn.org/dev/modules/generated/sklearn.preprocessing.PolynomialFeatures.html#sklearn.preprocessing.PolynomialFeatures.fit) for `PolynomialFeatures.fit()` does not mention that sparse data is allowed. The same holds true for `fit_transform`. #### Suggest a potential alternative/fix The docs for `PolynomialFeatures.fit()` and `PolynomialFeatures.fit_transform()` mention that sparse data is allowed.