DFP Inference Module#
This module function performs the inference process.
Configurable Parameters#
Parameter |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
string |
Formatter for model names |
|
|
|
string |
Fallback user to use if no model is found for a user |
|
|
|
string |
Name of the timestamp column |
|
|
Example JSON Configuration#
{
"model_name_formatter": "user_{username}_model",
"fallback_username": "generic_user",
"timestamp_column_name": "timestamp"
}