-
Re: Is there a limit of size when uploading a csv?
There is no limit enforced by Dataiku DSS. Some common problems causing this symptom include a full disk, a connection timeout, a reverse proxy in front of Dataiku DSS that enforces a limit. Compress…1 · -
Re: Extract age from birthdate
Yes, there is a date difference processor in the Visual Preparation. The simplest is to click on your date column header and pick "Compute time since…", then choose the unit as Years.1 · -
Re: Swap positive and negative classes in confusion matrix.
Hello, By convention, the rarest class is the "positive" class in binary classification. There is an override for binary-looking values: * yes/no * true/false * 0/1 or 0.0/1.0 * ok/nok You …1 · -
Re: How to add a D3.js data visualization chart to the chart section?
Hi, Unfortunately that is not possible at the moment, only built-in charts are supported in the Charts section. The Web app is indeed the way to go here.1 · -
Re: How to use Python API to score a saved model
Hello, The right way to do this is to use the API node, which is a lightweight dedicated node for scoring a single observation (or a couple of them). You create an API service in DSS with your python…1 ·