Categoric Features Info

This endpoint is to list categoric features, their unique values and corresponding counts.

Request Body

NameDatatypeDescriptionMandatorySample ValueList of Possible ValuesNotes
clientIdStringIt is meant for identification purpose as information are stored under unique id valueYes
categoricFeaturesList of stringsNumerical features are required in order to compute some statistical information, such as count, and many moreYes["nationality", "gender"]Depends on the values derived from /dataRetrieval endpoint based on the client_id valueThe values must fall under categorical featuresThe value in the array must match with the set key-value pair found in /dataRetrieval endpoint based on the client_id valueThe values must fall under categorical features

Response Body

NameDatatypeDescriptionSample ValueNo of DecimalsNotes
categoricFeatureInfo placeholderArray of dictionaryA dictionary containing name and the corresponding uniqueVales for particular categoric feature"name": "nationality", "uniqueValues": [ { "count": 999, "name": "US" }Payload is the same for each item in numeric_features.
Language
Authentication
Bearer
Click Try It! to start a request and see the response here!