MLflow options

Use threshold from the current version of the model ({{modelDetails.userMeta.activeClassifierThreshold | number: 3}})

Treatment recommendation

Treatment recommendation based on treatment effect distribution is not available for multi-valued treatments
Treatment recommendation with exact ratio requires to load the full dataset in memory.

Treatment analysis

No propensity model has been trained along the main causal model

Confidence score

Batch size

The number of samples to include in each batch that is scored.

Output

{{ modelDetails.coreParams.treatment_variable }}
{{ treatmentValue === '' ? '<Empty>' : treatmentValue }}
{{ modelDetails.coreParams.positive_class }}
The input dataset must contain the past data at least {{ prettyTimeSteps(modelDetails.iperf.minTimeseriesSizeForScoring * modelDetails.coreParams.timestepParams.numberOfTimeunits, modelDetails.coreParams.timestepParams.timeunit) }} of past data (up to {{ prettyTimeSteps(modelDetails.iperf.maxUsedTimestepsForScoring * modelDetails.coreParams.timestepParams.numberOfTimeunits, modelDetails.coreParams.timestepParams.timeunit) }} will be used for scoring) and {{ prettyTimeSteps((desc.predictionLength || 0) * modelDetails.coreParams.timestepParams.numberOfTimeunits, modelDetails.coreParams.timestepParams.timeunit) }} of future external features values ({{ 'column' | plurify: externalFeatures().length }} {{ externalFeatures().join(', ') }}.)
The requested forecast maximum timestamp might exceed the maximum valid timestamp 2262-04-11.
The scoring recipe might fail.
The requested forecast length exceeds the maximum index available (approximately 584 years, or 2^64 nanoseconds).
The scoring recipe will fail.
Recursive scoring not available for this algorithm.
Forecast length must be smaller or equal to the size of the training horizon: {{ modelDetails.coreParams.predictionLength }}.
Recursive scoring will be performed and quantiles estimations won't be available for forecast times beyond {{ prettyTimeSteps(modelDetails.coreParams.predictionLength * modelDetails.coreParams.timestepParams.numberOfTimeunits, modelDetails.coreParams.timestepParams.timeunit) }}.
Output quantiles for every forecast time step
Not supported by algorithm.
Most influential explanations to compute
Higher means faster but larger memory usage
Higher means more robust but slower computation (between 25 and 1000)

Model parameters

Forecast horizon during training
{{ prettyTimeSteps(modelDetails.coreParams.predictionLength * modelDetails.coreParams.timestepParams.numberOfTimeunits, modelDetails.coreParams.timestepParams.timeunit) }} ({{ modelDetails.coreParams.predictionLength }} {{ 'step' | plurify: modelDetails.coreParams.predictionLength }} of {{ prettyTimeSteps(modelDetails.coreParams.timestepParams.numberOfTimeunits, modelDetails.coreParams.timestepParams.timeunit) }}).
Time step parameters
Time step
{{ prettyTimeSteps(modelDetails.coreParams.timestepParams.numberOfTimeunits, modelDetails.coreParams.timestepParams.timeunit) }}
Alignment
{{ prettySelectedDate(modelDetails.coreParams.timestepParams.timeunit, modelDetails.coreParams.timestepParams.monthlyAlignment, modelDetails.coreParams.timestepParams.unitAlignment) }}
{{ getWeekDayName(modelDetails.coreParams.timestepParams.endOfWeekDay) }}
Resampling parameters
Numerical interpolation
{{ numericalInterpolateMethod.displayName }}
Numerical extrapolation
{{ numericalExtrapolateMethod.displayName }}
Non-numerical imputation
{{ categoricalImputeMethod.displayName }}
Duplicate
{{ duplicateTimestampsHandlingMethod.displayName }}

Engine

Warning : Conditional columns will not be output with in-database scoring.
Warning : the algorithm you are scoring may create a very large SQL query, resulting in slow query computation and run time and possibly query failure.
Note : the algorithm you are scoring does not support probability outputs with a SQL engine. To obtain class probabilities, select another engine.
Warning : Calibration is not supported with SQL engine, output will be computed without taking calibration into account. To obtain class probabilities with calibration, select another engine.

No settings are available for regression scoring

Spark

Container configuration