Results

The method run() returns a Result object. You can interact with this object in the same way as the Model object itself. The following results are available in the result object.

graph TD A[Model] A --> F0[flight_mission]

Feature: flight_mission

description

Flight mission data

max_items

Maximum number: 1

required

Required: True (1)

Property: range

graph LR A[Model] A --> F1[flight_mission] F1 --> P1[range]
description

Estimated range of the aircraft

max_items

Maximum number: 1

required

Required: True (1)

schema

Schema:

type

<class ‘float’>

>

0