Alex_Combessie ✭✭✭✭✭✭✭✭✭

  • Re: Duplicating Plugin

    Hi, The fact that you have an existing plugin in the installed path which doesn't show up in the UI indicates a problem. First, I recommend manually removing this folder from the server and any lefto…
    ·
  • Re: Cannot install DSS on macOS Catalina

    Hi, I suggest trying the following steps: 1. Ensure your JAVA_HOME export statement is added to your bash_profile: vi ~/.bash_profile 1. Stop DSS by running this command: ~/Library/DataScienceStudio/…
    ·
  • Re: Real-Time Training Graph - API?

    Hi, If you train tensorflow models in code, I recommend using tensorboard with the custom "--reload_interval SECONDS" setting. By default this setting is at 30 seconds, you can lower it to …
    ·
  • Re: Duplicating Plugin

    Hi, After changing the component name and reuploading, you will need to reload this plugin (Top right Actions button). Then, refresh your browser and navigate to your flow. Best regards, Alex
    ·
  • Re: Evaluation of model

    Hi, You can evaluate a deployed model on a new dataset using the Evaluate recipe: https://academy.dataiku.com/latest/tutorial/machine-learning/model-lifecycle.html#monitoring-a-model-and-raising-aler…
    ·