-
Re: Dummy/One-Hot Encode an Array/Set of Columns?
Hi, What you want to do seems achievable via a Prepare recipe, using the Unfold array processor1 · -
Re: Decision Tree and Random Forest Model Settings and Optimization
Hi, In the latest DSS 12.4 release, we added Learning curves, that allow you to compare the test vs train set metrics when the model is trained with growing portions of the train set. You can also ex…1 · -
Re: Prompt recipe - controlling request rate?
Hi, On the connection, there are some settings to control the rate of queries. There is no direct limit for TPM, but reducing parallelism will usually fix it.1 · -
Re: How to Create a Batch Inference API for a Model?
Hi, This is natively handled by the API node, in which you can deploy a model prediction endpoint. You can call this endpoint with a batch of records (of reasonable size), and it will return the pred…1 · -
Re: Removing newlines/ flattening multilines in a cell
Hi, When using find/replace, \n will only match if you are set the “Match mode” to Regular expression. Otherwise it only matches actual “\n”.1 ·