-
Re: Can we transform visual recipe to code?
Hi, There is no option to export code generated by a visual recipe, except is you are using the SQL engine for this recipe. In this case, you will be able to view the query that DSS generates, and ev…1 · -
Re: How to see the Mathematical formula
Yes, the mathematical formula isn't explicitly displayed but as it's a linear regression it will be approximately delai_planif = 0.9838 * delai_appro + 23.0114 If you want to apply it to so…1 · -
Re: How to see the Mathematical formula
Hi, There's no formula linked to this chart, only the data from your sample is displayed. However, if you want to estimate a linear regression between your two variables you can create a machine…1 · -
Re: Classification error : Ended up with only one class in the test set. Cannot proceed
Hi, The issue here seems to be that your dataset is so imbalanced that one of the folds contains only observations from one class. Could you please tell me what's your positive class proportion …1 · -
Re: Precision on Mathematical formulas on a recipe
Hi, This behaviour is due to the way computers store floating-point numbers. If you try to save the 13.8 value as a 32-bit floating point number, it will be stored as 13.7999999999 as 13.8 can not be…2 ·