Open giambascientist86 opened 3 months ago
solved.
Same problem I'm getting. How did you solve? Can you share the resolved code? @giambascientist86
doesnt the below solve the issue:
df.loc[:, list(set(feature_list + self.index_cols))]
No, It's not. It'll be good if you can check and resolve "Github" repo code. @manujosephv
get_X_y breaks in this notebook beacuse of this error; passing a set instead of list ; I have modified the code by passing a list(set---) but it breaks..