-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
I am opening this issue to discuss the possibility of a curated list of models.
Right now end-users are forced to rely on a non-trivial macro @load
that fails depending on the scope (local vs. global) and can be considered advanced for newcomers.
My opinion is that a curated list should be the recommended workflow where users don't need to bother installing dependencies manually:
using MLJ
# well-tested models available
m1 = DecisionTreeClassifier()
m2 = KNeighborsClassifier()
...
This curated list could be made a dependency of the umbrella package. I don't think users would complain about too many dependencies given that any modern ML pipeline nowadays runs dozens of models at least.
cc: @DilumAluthge
Metadata
Metadata
Assignees
Labels
No labels