DFP Data Prep Module#
This module function prepares data for either inference or model training.
Configurable Parameters#
Parameter |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
dict |
Schema configuration |
Refer Below |
|
|
string |
Name of the timestamp column |
|
|
schema
#
Key |
Type |
Description |
Example Value |
Default Value |
---|---|---|---|---|
|
string |
Serialized schema string |
|
|
|
string |
Encoding used for the |
|
|
|
string |
Pickled message type |
|
|
Example JSON Configuration#
{
"schema": {
"schema_str": "cPickle schema string",
"encoding": "latin1",
"input_message_type": "message type"
},
"timestamp_column_name": "timestamp"
}