-
Re: How to access audit logs using python?
Hi @ligia_tzab , You may set up a connection to the filesystem path that hosts the logs (Administrations > Connections). You can then point a managed folder or dataset to that destination and read…1 · -
Re: Eval vs score recipe
Hi @NR , A similar question was asked in the following community post: https://community.dataiku.com/t5/Using-Dataiku/Predict-recipe-vs-Evaluate-recipe/td-p/17055 As mentioned in the response, please…1 · -
Re: Shuffling before Training
Hi @malalearning , With DSS UI, you can use a sort recipe, generate a random column in computed columns, and then sort by it: Other than that, if you use Artificial Neural Networks, you do have the o…1 · -
Re: List of Python version with Dataiku version
Hi, We do not have a dedicated list for that, however, the DSS release notes include that information: https://doc.dataiku.com/dss/latest/release_notes/index.html I've condensed it down here: DS…1 · -
Re: Using Models Outside DSS
Hi @ryanraasch , Dataiku APIs are made of two packages, "dataiku-api-client" (module name dataikuapi) and "dataiku-internal-client" (module name dataiku). The latter is not availa…1 ·