Replies: 1 comment 2 replies
|
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? |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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?All reactions