You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix indexing in fate_bias function and update DataFrame concatenation method
- Changed indexing from clusters[knn.flatten()] to clusters.iloc[knn.flatten()] for correct row selection in fate_bias function.
- Updated DataFrame concatenation from pd.merge to pd.concat for improved performance and clarity.
0 commit comments