-
How to change target column for an existing model configuration?
Currently doesn't seem to be an way for that? trying to reuse an existing model for predicting another column. how can I do that on dataiku? Would be very useful. seem very basic need, probably somet…1 · -
Re: same cleaning steps for another dataset
If you are directly connected to a database that receives new data everyday, DSS will apply the cleaning steps of your recipes to the full dataset so the new data will be taken into account and propa…3 · -
Using Tensorflow in a Custom Python Model.
To use the tensorflow in the custom python model, the code needs to provide the methods fit() and predict(), like SK-Learn. The code below is the code that I think I need to use. import tensorflow as…3 · -
Precision Recall Curve/PR AUC model evaluation
Hi there, just asking if there's any plans or quick workarounds for getting the precision/recall curve & pr -auc? https://classeval.wordpress.com/simulation-analysis/roc-and-precision-recall-with…1 · -
Failed to commit transaction, it has been rollbacked, caused by: FileNotFoundException
Hey, I am currently experiencing some issues with executions of recipes and datasets in dataiku. The following error occurs when executing a python recipe: "Failed to commit transaction, it has …2 ·