How to add hyperparam optimization support to custom models?

Options
dadbuz
dadbuz Dataiku DSS Core Designer, Dataiku DSS Adv Designer, Registered, Dataiku DSS Developer Posts: 16 ✭✭✭✭

Hi,

I've built a custom ML model following the documentation [ https://doc.dataiku.com/dss/latest/machine-learning/algorithms/in-memory-python.html#custom-models ] and would like to be able to leverage dataiku builtin cross-validation and hyperparameter search to find optimal parameter settings.

Thanks

Best Answer

  • Marine
    Marine Dataiker, Registered Posts: 29 Dataiker
    Answer ✓
    Options

    Hi @dadbuz
    ,

    Today, the hyperparameter optimisation does not work for custom python models in auto ML. Grid search will work for plugin models. Converting a custom model into a plugin model is quite straightforward. For more information, you may have a look at this tutorial.

    Have you tried to package your model as a plugin? If yes, did you encounter any limitations?

Answers

Setup Info
    Tags
      Help me…