added my_data9.py trying models with num and cat features
This commit is contained in:
parent
3bf63c522c
commit
f5dcf29e25
2 changed files with 111 additions and 1 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue