-
Re: "Intermediate" administrator profile for DSS?
We have posited the same 'feature request' to our Dataiku account manager. It seems not possible at the moment.1 · -
Re: How to use regex in DSS Formula replace()?
Yes, that's it! Thanks very much It wasn't clear to me from the documentation that the slashes were part of the required syntax. Reading it again with this knowledge, kit makes sense. Maybe a bit mor…1 · -
How to use regex in DSS Formula replace()?
I'm trying to use a regex in a replace() using the Formula processor in a prepare recipe. According to the documentation/docstring this should work, but I can't get it to recognize the text to replac…1 · -
Re: Problem with passing column labels in a plugin custom prediction algorithm component
Thanks for that! Yes, I started out with everything split over two classes, but that didn't work, so I switched. But, I must have implemented something wrong, because I redid the code with split clas…1 · -
Problem with passing column labels in a plugin custom prediction algorithm component
I need the column labels of the preprocessed dataset in the fit function of a custom prediction algorithm that I'm building into a plugin. The classifier in the fit function only accepts a pd.DataFra…1 ·