List encoders
List the names of every Encoder belonging to the calling customer.
List the names of every Encoder belonging to the calling customer.
Authorization
SymetryMLAuth HMAC-SHA256 signature-based authentication: requests are signed with
your secret key and sent with the Customer-ID, Sym-date,
Authorization, Content-MD5 and sym-version headers.
See SymetryML REST API Security
for the signature algorithm and a complete example.
In: header
Path Parameters
User/Customer identifier
Response Body
application/json
curl -X GET "https://example.com/c1/encoders"{ "statusCode": 200, "statusString": "OK", "values": { "stringList": { "values": [ "superenc0", "superenc1", "superenc2" ] } }}Get encoder statistics GET
Get an Encoder's aggregate statistics, returned in two parts: - **`dataframe`**: one row per categorical/binary key value seen so far, with its observation count, mean, standard deviation, and variance against the target. - **`encoderInfo`**: the encoder's own target attribute name and `minTrimSize`.
Assign encoder to project GET
Assign an existing Encoder to a project, so the project's DS-based learn/predict flow encodes matching attributes through it. A project may have at most one assigned encoder at a time; assigning a new one replaces any previous assignment. Not supported on partitioned (meta) projects.