Skip to content

Instantly share code, notes, and snippets.

@Paulescu
Last active June 10, 2022 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paulescu/38534bd568fa3d4aaefa4b650e6628d9 to your computer and use it in GitHub Desktop.
Save Paulescu/38534bd568fa3d4aaefa4b650e6628d9 to your computer and use it in GitHub Desktop.
RAW_FEATURES = {
'gender': 'string',
'SeniorCitizen': 'string',
'Partner': 'string',
'Dependents': 'string',
'tenure': 'numerical',
'PhoneService': 'string',
'MultipleLines': 'string',
'InternetService': 'string',
'PaymentMethod': 'string',
'MonthlyCharges': 'numeric',
'TotalCharges': 'numeric',
'date': 'datetime',
'activity': 'string,'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment