-
Re: Check is working and returned WARNING, Message: Cannot check: ARRAY is not numeric
I was able to get the check working with @Turribeach 's probe. I can recreate your error by returning the list instead of the len(list). Can you double check that you have the right metric selec…2 · -
Re: How to run checks on the model metrics and kick off a model retrain
Hi @MNOP , Dataiku Scenarios allow you to run Python scripts as a step, so you can leverage the API that @AlexT linked to you. Using scripts is pretty powerful, allowing you to continuously retrain y…1 · -
Re: Is it possible to customize the order of the bars in a bar chart apart from sorting upon the values?
Hi, If you create a "Sort" column with the sort order as values, you can use that column as a Tooltip. This will give you the ability to sort by the values of the Sort column, ascending or …1 · -
Re: Find count of consecutive data
I think its possible actually! I implemented the solution in this SO post using two window recipes. You need to have a column to sort the Absent/Present days however. @deep_215 I assume you have a co…1 · -
Re: How to turn a bar chart into a pareto?
Hi, You'll want to select the 'Mix' chart in the the chart type options first ( which lets you include both bars and lines). Then you want to put your Y column in twice: Set one of the…1 ·