UBC-MDS / heart_disease_predictor_py

Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

handle categorical variables with encoder #4

Closed stephqwu closed 2 days ago

stephqwu commented 2 days ago

This PR handles features. Note that verbose_feature_names_out is now set to True to handle naming conflicts between transformers. It also renames the branch from raw_processed_data_folders to data-acquisition.