-
Re: What permissions do i need to test an API Service in the development server?
Hi, To test this feature, your user must be in a security group with "Write unsafe code" permission. Hope it helps, Alex1 · -
Re: How to cluster geo-points according to their pairwise distances
Hi, Computing all pairwise distances between points require to compute a cross-join product. It can be very expensive as it involves N_rows ^ 2 computations. The K-means algorithm uses L2-distance, w…1 · -
Re: Date conversion on international_airline_passengers time series tutorial
Hi, The "Parse date" feature is available in a "Prepare" recipe. The screenshot you included shows the "Explore" view of a dataset, which cannot be used for data prepara…1 · -
Re: Text encoding different for Python script and Notebook
Hi, Encoding is handled differently in Python 2 and Python 3. However, when you execute the exact same Python code with the exact same version of Python and libraries, and then write the pandas dataf…1 · -
Re: Week 53 in december 2015 counted within week 1 of january 2016
Hello, Thank you for sending a sample of the data. I was able to reproduce the issue. It is a bug, which I reported to our R&D team. In the meantime let me suggest the following workaround: add a…1 ·