-
Re: Web scrapping -: any tuto to explain how to sart with dataiku ?
Hi Laurent, What you are likely looking for here can be achieve using python libraries like Requests, BeautifulSoup or Selenium scrape web pages. There are third-party tutorials like: https://towards…1 · -
Re: Dataiku API tests
Hi @afostor , There is no specific way to do this in the API endpoint. Usually testing is done using the test queries in API Designer directly. If you want to perform additional test, you can write a…1 · -
Re: Prophet not part of visual time series algorithms
Hi @pmv , Prophet algorithm was added in DSS 12 : https://doc.dataiku.com/dss/latest/release_notes/12.html#prophet-algorithm-for-time-series-forecasting Please let us know you DSS version and if you …1 · -
Re: Which docker images are save to remove?
Hi @Matthias , You can use the macro to remove old images that have tags with older versions. These are safe to remove https://knowledge.dataiku.com/latest/admin-operating/project-maintenance/index.h…1 · -
Re: Project Flow Creation w Code
Hi @cmjurs , A plugin with a project creation macro comes to mind where you can of course include building datasets/recipe etc using the python APIs https://doc.dataiku.com/dss/latest/plugins/referen…1 ·
