Replies: 1 comment 1 reply
-
Hi @jnothman , nice to see you here. With regards to large language models, I worry about the operational complexity. Some of these things require expensive resources to run, while skrub is super light. We started studying the benefit of language models: https://arxiv.org/abs/2312.09634 and they do bring benefits in certain cases. I think that in some future we will add an optional dependency to something huggingface to be able to easily integrate them. IMHO, I don't see them becoming a mandatory dependency any time soon: right now it is so pleasant to use the combination of skrub + sklearn as everything is lightweight and good enough for many projects. What do you think? |
Beta Was this translation helpful? Give feedback.
-
Something that comes to mind when looking a library like this is whether it should be able to make use of LLMs to validate tricky cases, e.g. review low-confidence matches for
fuzzy_joiner
. Is this a capability you would think about integrating?Beta Was this translation helpful? Give feedback.
All reactions