For Sklearn, probably best is to just link to the documentation website.
Also use the new MLJBase.docstring like
MLJBase.docstring(::Type{<:KNNRegressor}) = "K-Nearest Neighbor Regressor, based on [NearestNeighbors](https::.....).\nDo `@load KNNRegressor` and `?KNNRegressor` for documentation."
At the very least should list and explain fields.
For Sklearn, probably best is to just link to the documentation website.
Also use the new
MLJBase.docstring
like