Hello Dataiku Community, I'm currently working on a project where I need to use the YOLOv5 algorithm to detect potholes in images. I have a dataset with labeled images ready, and I’m trying to set up YOLOv5 within a Dataiku Python recipe for model training. However, I’ve encountered several issues along the way, and I’m…
Hi, I have my output as "Final_output" at the end of the flow. I want to export this into S3 as a csv with the name "Final_output_$datetime.csv" So everytime the flow runs, it has to create a file with that timestamp. I tried with variable. But didnt work when it comes to file name creation. Thanks, Vinothkumar M
Looking for assistance with Sharepoint List Views. Anytime I try to bring in a view that I have created and saved in Sharepoint, the plugin doesn't respect the columns that are in my view. As a quick example, I created a view off of a default list that only has three columns, and the plugin pulls in some default set of…
Hi! I am interested in understanding if it is possible to call a Python script in a Library that I linked with my GitHub, and call a module within that script to run it on a Dataiku Application. In other words, how do you call a Python script defined in a Project Library to the interface below which is defined in the…
Greetings ! In the documentation, there is en example function for create project key when we create a new project : # The project creation macro must create the project. Therefore, it must first assign # a unique project key. This helper makes this easy project_key = utils.make_unique_project_key(user_client,…
Hi, I am currently testing the feature of the LLMs in Dataiku DSS and I am using the visual Webapp "Answers" to test some models. I created the connection to Google Vertex AI and loaded the Gemini Pro and the Bison LLMs, the connection seems to work but when I test it in the Webapp it does not load. I am using the dataset…
Hi, Everything is in the title. I have a webapp which is OK outside DSS (VS Code and local Python installation). The same script does not work inside DSS. When I lauch the backend I have an animation with a "Please wait". And after a couple of minutes I have this message : #————————————————————— Oops: an unexpected error…
Hello My requirment was to install the plugin if it dos not exists and if it exists it should update the existing plugin. For the first part I was able to use "install_plugin_from_archive" method from sdk/client, but don't see any flag or separate method in update the already installed plugin. Can someone throw light on…
Hey I'm doing PoC using send emails plugin, but when I tried to send 1.6k emails it took around 1 hr 26 min to complete. Is there better solution to this ? Operating system used: Linux
I am working on a script which pulls up each code environment from the automation node and do a package update. When I run the script I am getting this version error, after get the latest version of the code env, update package() doesn't have an parameter for code version. How to specify a version in update_packages() ?…
Create an account to contribute great content, engage with others, and show your appreciation.