| { | |
| "target": "ProdTaken", | |
| "numeric_cols": [ | |
| "Age", | |
| "CityTier", | |
| "DurationOfPitch", | |
| "MonthlyIncome", | |
| "NumberOfChildrenVisiting", | |
| "NumberOfFollowups", | |
| "NumberOfPersonVisiting", | |
| "NumberOfTrips", | |
| "OwnCar", | |
| "Passport", | |
| "PitchSatisfactionScore", | |
| "PreferredPropertyStar", | |
| "Unnamed: 0" | |
| ], | |
| "categorical_cols": [ | |
| "Designation", | |
| "Gender", | |
| "MaritalStatus", | |
| "Occupation", | |
| "ProductPitched", | |
| "TypeofContact" | |
| ], | |
| "cv": 5, | |
| "n_iter": 20, | |
| "random_state": 42 | |
| } |