Open zimolzak opened 6 months ago
print('Boolean Risk Factors:', dizzy_rf_df_labeled.shape,abdpain_rf_df_labeled.shape)
This uses the ordinary "count" df called dizzy_rf_df_labeled, when it should use the boolean one.
dizzy_rf_df_labeled
Should be printing shape of bool_dizzy_rf_df_labeled.
bool_dizzy_rf_df_labeled
This is in the file Analysis_Dizziness_AbdPain_Apr2023.ipynb, by the way.
Analysis_Dizziness_AbdPain_Apr2023.ipynb
print('Boolean Risk Factors:', dizzy_rf_df_labeled.shape,abdpain_rf_df_labeled.shape)
This uses the ordinary "count" df called
dizzy_rf_df_labeled
, when it should use the boolean one.