### Describe the issue linked to the documentation The [documentation](https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.RandomTreesEmbedding.html) says `base_estimator_` is a `DecisionTreeClassifier` but the [code](https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/ensemble/_forest.py#L2544) says it is an `ExtraTreeRegressor`. ### Suggest a potential alternative/fix _No response_