JuliaAI / MLJ.jl

A Julia machine learning framework
https://juliaai.github.io/MLJ.jl/
Other
1.8k stars 156 forks source link

Model table like other interfaces: MLR3, Caret etc #775

Open azev77 opened 3 years ago

azev77 commented 3 years ago

I was comparing the MLJ table of models with: MLR3
Caret I found those tables have some nice searchable features. E.g. might it be worth adding a column for model names?

ablaom commented 3 years ago

Yes, thanks for that.

I shall try to find time to see how your earlier suggestion https://github.com/alan-turing-institute/MLJ.jl/issues/672#issuecomment-712352530 looks in the docs. Is there anything about it you would change?

ablaom commented 3 years ago

In terms of a searchable GUI - that's pretty low priority, given we have models() method in MLJ for custom queries. However, if someone with the expertise wants to make a PR, I'm happy to prioritise a review.

azev77 commented 3 years ago

I'm just throwing ideas out as I come across them :)

ablaom commented 3 years ago

Appreciate them!