JuliaAI / MLJModels.jl

Home of the MLJ model registry and tools for model queries and mode code loading
MIT License
81 stars 27 forks source link

Add short docstrings #49

Open tlienart opened 5 years ago

tlienart commented 5 years ago

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

MLJBase.docstring(::Type{<:KNNRegressor}) = "K-Nearest Neighbor Regressor, based on [NearestNeighbors](https::.....).\nDo `@load KNNRegressor` and `?KNNRegressor` for documentation."
OkonSamuel commented 5 years ago

@tlienart shouldn't this be edited since you've add docstrings for MultivariateStats models