-
Re: how to get response from python to HTML
Hi @ananth If your API call succeeds, when you create the project using the Python public API, you will do so like this: dataikuapi.dss.project.DSSProject as documented here . The new `new_project` o…1 · -
Re: Sampling Big Data into Python Webapp
Hi @gblack686 Given that there are several options on how and where the data resides, as well as the desired output you need to display in your webapp, there's no single answer that will work in all …2 · -
Re: Checkpointing in Lab Sessions During Model Training
Hi @kaa2020 DSS will reuse (unless otherwise told) the existing training and test data split, but the models will be built from scratch each time. Re system being unstable, this is indeed something y…1 · -
Re: Question on automating folder with multiple files
yes, the described method would work on any kind of filesystem, so HDFS should be fine once you can see the files.1 · -
Re: Question on automating folder with multiple files
Hi @aw30 The setup you're proposing is possible in DSS, but it will involve using several concepts simultaneously. However, you can also break it down into different flow elements and consolidate onc…3 ·