visit-with-us-wellness-model / feature_schema.json
premswan's picture
Upload feature_schema.json with huggingface_hub
98288da verified
raw
history blame contribute delete
880 Bytes
{
"target": "ProdTaken",
"feature_columns": [
"Age",
"TypeofContact",
"CityTier",
"DurationOfPitch",
"Occupation",
"Gender",
"NumberOfPersonVisiting",
"NumberOfFollowups",
"ProductPitched",
"PreferredPropertyStar",
"MaritalStatus",
"NumberOfTrips",
"Passport",
"PitchSatisfactionScore",
"OwnCar",
"NumberOfChildrenVisiting",
"Designation",
"MonthlyIncome"
],
"categorical_columns": [
"TypeofContact",
"Occupation",
"Gender",
"ProductPitched",
"MaritalStatus",
"Designation"
],
"numerical_columns": [
"Age",
"CityTier",
"DurationOfPitch",
"NumberOfPersonVisiting",
"NumberOfFollowups",
"PreferredPropertyStar",
"NumberOfTrips",
"Passport",
"PitchSatisfactionScore",
"OwnCar",
"NumberOfChildrenVisiting",
"MonthlyIncome"
]
}