-
Re: Model Performance was not Computed
Hi @wsih , Can you confirm your DSS version you are using? If you've unchecked "Do not compute performance metrics" and still see this, it's likely because ground truth is unavail…1 · -
Re: Generating Dendrogram
Hi @Hari_HR , We don’t providedendrogram using Linkage Method . You could use python libraries to create dendrogram using linkage method e.g spicy and create a custom plugin.1 · -
Re: GeoJoin Recipe
Hi @Mélanie , Hard to say for sure why some would be empty. I would suggest you open a support ticket with job diagnostics and any screenshots that would help find the cause here. https://doc.dataiku…1 · -
Re: Reading subfolder content of managed folder in the code studios (streamlit app env, langchain)
Hi, Since Code Studio runs in a container, you must interact with managed folder using get_download_stream/upload_stream. If a library needs to interact with a local folder you can something like tem…1 · -
Re: Web app with hvPlot
Hi, You in can include hvplot in Dash webapp for example: YOu need to install dash/hvplot in the code env : import dashimport dash_core_components as dccimport dash_html_components as htmlimport pand…2 ·
