fit

open fun fit(module: Module<T, V>, inputValue: I, executionContext: ExecutionContext): Flow<ModelExecutionResult<O>>(source)

Default implementation that wraps calculate into a Flow and emits Processing / Progress / Done / Error.