added my_data9.py trying models with num and cat features

This commit is contained in:
Tanushree Tunstall 2022-03-07 15:32:34 +00:00
parent 3bf63c522c
commit f5dcf29e25
2 changed files with 111 additions and 1 deletions

View file

@ -206,4 +206,4 @@ categorical_features_df = my_df[categorical_features_names]
categorical_features_df.shape
all_features_df = my_df[numerical_features_names + categorical_features_names]
all_features_df.shape
all_features_df.shape