fekport': nan, what does this mean?

WoW
WoW Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 4 ✭✭✭

hello, everyone

I'd like to ask about the cause of the result from executing the following code:

client = dataiku.api_client()
prj_key = dataiku.Project().project_key
project = client.get_project(prj_key)
scena = project.get_scenario(scenario_id)

The result is:

{
… 
'progress ': { … , 'fekport' : nan, …}

…
}

In other Dataiku environments, the 'fekport' field never appeared when running the same code. Does anyone know why 'fekport' is showing up and why its value is displayed as nan?"

This version flows a bit more smoothly in English and maintains the technical context.

Thank you

Operating system used: Linux

Operating system used: Linux

Answers

  • Alexandru
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,225 Dataiker

    Hi,
    The report is the port used in case there is a "Future execution kernel" In this case, it's nan because none is being run as part of the scenario run.

    Is this causing an issue for you, can you confirm your DSS version where you see fek vs where you don't?

    Thanks

Setup Info
    Tags
      Help me…