Plugins & Extending Dataiku
-
How to add feature selection into custom prediction algorithm plugin
Hi, I have built a simple XGBoost classifier algorithm by following closely: https://doc.dataiku.com/dss/7.0/plugins/reference/prediction-algorithms.html However, I would like to add UI feature that allows to choose which columns to be included as Xs (features) when applying algorithm. I have a feeling that following part…
-
dataset content in plugin UI
Hey, I have built a dataset that I would like to be displayed near parameters in plugin's UI. Do I have to use method of custom UI shown in documentation or is there a simple way to achieve that? Also can custom UI only be done with python or is it efficient with R too? P.S. would like to take a look into custom UI examples
-
Getting local variable in python
Hi, I am trying to create a python script which will bring local variable defined in the project. Then I want to update that local variable in runtime automatically. So for that i tried to use get_variable() function but facing the below error.Is it due to permission problem or anything else? Would like answer on the below…