-
Re: How do I define types on loading data in Python ?
Hi, You need to set the storage type in DSS to string: Then when you do a python recipe, you should say to pandas to not infer types. You load the dataframe wih: test = dataiku.Dataset("test&quo…1 · -
Re: How can I fix my webapp? 403 (forbidden)
Hi, It seems you have a problem with your API key. This problem may happen when you copy another person's project by re-importing it on the same DSS instance. You can generate a new API key: - G…2 · -
Re: How to switch order columns
Hi, here's the best answer: https://community.dataiku.com/t5/Using-Dataiku-DSS/Sort-Order-columns-of-a-dataset/m-p/781/highlight/true#M4191 · -
Re: How to set (or remove) default maximum number of categories in modeling?
Hi, No you can't. This limit is useful to avoid Ram memory error when you train models. I suggest you instead to use "hashing" encoding. A sparse matrix will be build. Notice that in s…1 · -
Re: Industrualization plate-forme with DSS
Hi Romeo, The purpose of DSS is to deploy your project into production. One way to do it, is to have one DSS as a development platform and an other one as a production platform. Basically, you can ex…1 ·
