name for tabular learner factory #938
Replies: 14 comments 14 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I agree with Theo that users can probably relate "learner" more to their needs.
make_tabular_learner is too long, in my opinion (long names impose a real toll on users).
Thinking in different directions:
- "tabularize(model)"
- "prep_learner(model)"
The last one is fun, because "to prep oneself" can involve putting on clothes, which is what we are doing to the learner.
…On Jun 11, 2024, 14:27, at 14:27, "Théo Jolivet" ***@***.***> wrote:
Although I like this name, I wonder whether most users will be familiar
with the term "learner" (or "règle d'apprentissage", something that
takes data as an input and returns a predictor section 1.3 of
https://www.imo.universite-paris-saclay.fr/~sylvain.arlot/enseign/2020-21_M2/1-fondamentaux.pdf
would be my definition)
--
Reply to this email directly or view it on GitHub:
#938 (reply in thread)
You are receiving this because you are subscribed to this thread.
Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
What about |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
The name was chosen with a Twitter poll to consolidate the above discussion: https://x.com/skrub_data/status/1802687002657124557?t=RKbDh_hjE9-lxQiaC0oFcg&s=19 Name: tabular_learner |
Beta Was this translation helpful? Give feedback.
-
#926 introduces a function to easily get a learner that works on tabular data (by chaining a TableVectorizer, missing value imputation if necessary, and an estimator).
It is used like this:
What should be the name of this function (
make_tabular_pipeline
in the example)?I'm not using a poll because in polls adding options removes existing votes. Please upvote the comment containing the option you like and don't hesitate to add options!
Beta Was this translation helpful? Give feedback.
All reactions