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