MLJBase.jl icon indicating copy to clipboard operation
MLJBase.jl copied to clipboard

Document `range` scales better

Open ParadaCarleton opened this issue 2 years ago • 2 comments

Most notably, several keywords (unit, origin) are completely undocumented. I also think that scale could be improved by using an ADT, like you'll find in MLStyle.jl; this has the advantages of being extensible, more cleanly documented (individual scales can be documented separately) and allowing for compile-time checks in the future.

ParadaCarleton avatar Oct 15 '23 22:10 ParadaCarleton