-
パーティションについて
Dataikuのパーティション機能を利用した際に、ファイルベースの場合はパーティションごとにファイル分割されますが、DBに対してパーティション機能を利用した際は、データの持ち方やインデックスの設定などDB側に変更は加えられるのでしょうか。 また、パーティションを利用する利点として処理対象のレコードをフィルタリングすることで処理の高速化が図れることが挙げられると思いますが、DBをSnowflakeにした場合にはSnowflake側でマイクロパーティションを作成しているため、パーティションは不要という認識ですが正しいでしょうか。 処理の高速化以外のパーティション利用に関するメリットがあればご教示ください。
-
I can't find data and explanations for the Certification ML Practitioner problems.
Hello. I'm currently taking the Dataiku Certification ML Practitioner exam. The following question appears in the Multiple Choice Exam (MCE), but the information on where the dataset for this question is located and how to model it isn't explained in the introduction. Where can I find this information?
-
ヘルスケア仮想アシスタント市場: 業界、規模、シェア、成長、トレンド、機会、予測2036年
市場の定義 ヘルスケア業界にとって、こうしたユーザーのコミュニケーション ニーズを満たすために、コミュニケーションの自動化はますます重要になっています。 したがって、電話相談の需要の高まりにより市場も拡大しています。 市場概要 当社のヘルスケア仮想アシスタント市場調査によると、市場規模は、2036年末までに330億米ドルに達すると予想されており、2024-2036年の予測期間中に35%のCAGRで成長します。2023 年のヘルスケア仮想アシスタントの業界規模は 708百万米ドルを超えました。 無料のサンプルレポートを入手: ヘルスケア仮想アシスタント市場の成長要因ー • ソフトウェアとハードウェア ソリューションの両方における技術の進歩 •…
-
as_core_knowledge_bank not working on dataiku-api-client==14.2.3
To convert a DSSKnowledgeBank to a KnowledgeBank using the dataiku API we have to use the as_core_knowledge_bank() function (https://developer.dataiku.com/latest/tutorials/genai/nlp/create-knowledge-bank/index.html). However, the instantiation of the KnowledgeBank is not working because the context_project_key is missing…
-
How to use a remote MCP server tool in Dataiku
Is there a doc about how to do this in a recipe or notebook? I have created an MCP server following the tutorial here: Building your MCP Server in Dataiku - Dataiku Developer Guide I have tested this via MCP Inspector. Now I'd like to see how I can test this or an external MCP server from a Dataiku project. The "wrapping…
-
How to convert Visual Recipes to Code Recipes?
I have a Dataiku project hand-overed from others which built via visual recipes. As I'm used to use python for implementation / maintenance, I would like to convert the project to code recipes, does Dataiku provide quick conversion for this scenario? Operating system used: Windows
-
Passing Previous Month Partition to workflow recipes
In the scenario build, there is an option for selecting time partitions. This works great, but I want to know how to pass this variable to recipes such as a python and sql recipe. I wasn't able to make this work until I looked at the log and saw this variable '$DKU_DST_YEAR_MONTH', this appears to work, but I don't know if…
-
Sumitomo Rubber: Optimizing Manufacturing With Automation & AI
Sumitomo Rubber Industries transformed a core manufacturing process through Dataiku's automation, enhancing efficiency, product quality, and decision-making. Hours Saved with improved efficiency 80% Of product sizes showed enhanced consistency with the AI-optimized process Sumitomo Rubber Industries, Ltd., a prominent…
-
Custom Agent Dynamic SELECT Param
Hello Dataiku Team, I am creating a custom agent, and I am trying to add a python script for the SELECT parameter, but it is not working. Here is what I have in my agent.json: Here is how my tree looks like: And the compute_llm_choices.py is like this: Please, could you spot any reason why this is not working from the…
-
MLOps best practices for Dataiku
Hi, I am investigating Dataiku, but I am struggling with integrating default DevOps workflows with Dataiku. What are the best practices in integrating the following CICD principles in a Dataiku environment? - code linting (e.g. with pylint, black), ensuring code adheres to code standards. - unit tests (e.g. with pytest),…