-
Re: Forecast Plugin - partition dataset
Hi, I have an example project to demonstrate the use of partitions with the plugin. Is there an email address I could send it to you?1 · -
Re: Feature: Support for Automated Feature Engineering (FeatureTools)
Hi, We recently released a plugin for automated feature engineering. You can download and install it from our plugin store: https://www.dataiku.com/dss/plugins/info/events-aggregator.html We also pub…1 · -
Re: Handling time granularity using the forecast recipe
Hi, Right now it is possible by adding a Prepare recipe using the "Fill empty cells with previous/next value": https://doc.dataiku.com/dss/latest/preparation/processors/up-down-fill.html I …1 · -
Re: How to get Variable Importance from Model
Hi, Please find below a piece of code to retrieve variable importance raw data for a trained model in an Analysis: import dataiku import pandas as pd client = dataiku.api_client() project = client.ge…4 · -
Re: create publicly accessible read only variable
Hi, You can use: import dataiku dataiku.get_custom_variables() Cheers, Alex1 ·