-
Re: text data preprocessing using the available visual recipes
Please review the link I sent as it has a tokenization processor.1 · -
Re: text data preprocessing using the available visual recipes
Have a look at the Prepare recipe. Here is the full list of the Processors available: https://doc.dataiku.com/dss/latest/preparation/processors/index.html1 · -
Re: text data preprocessing using the available visual recipes
Yes, what are you trying to do? Please post full description of your requirement.1 · -
Re: Title: Importing Python Environment with Hugging Face Model Without Downloading
The link posted by @Grixis is broken, here is the correct one: https://developer.dataiku.com/latest/tutorials/machine-learning/code-env-resources/hf-resources/index.html He is right to point out that…1 · -
Re: IF contains multiple conditions
It's possible but not going to help you simplify the expression. Using the boolean operators: if(contains(toUppercase("ABC"),"D") || contains(toUppercase("ABC"),&qu…1 ·