-
Re: Creating output datasets through R notebook and re-usability of R notebooks in general.
I would like to know if there is a way to create output data sets directly through a R notebook You will not be able to create the dataset through the R API. However, just like a recipe does, you can…1 · -
Re: python api client SSL ERROR
I submitted your issue to other members of the team and here is the proper answer: - to use the dataikuapi package outside of DSS you need to add the root authority that signed the DSS SSL certificat…1 · -
Re: Who can view public dashboards
This is normal behaviour, public means visible to other users that have access to the project. Please note this is only of use in a collaborative install with multiple users, which is not the case of…1 · -
Re: Custom aggregations examples
Here is an example using Postgres For a complete reference see https://www.postgresql.org/docs/9.5/static/functions-aggregate.html or the reference of the database you use.1 · -
Re: Storage type of features from csv file
The double format is not recognized with commas, it requires dots. You will need to create a preparation script and use the "Convert decimal format" processor:2 ·
