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
Hello love this package. I've used it for work, and it's been very successful at addressing our use-case. I have a small request/recommendation. The doc string here indicates that redundancy should return a pd.Series object--we found that another requirement is that the object should have an index with the feature values. Without it, this chunk will update the redundancy dataframe to np.nan values.
Happy to make the adjustment and PR myself if you agree.
The text was updated successfully, but these errors were encountered:
Hello love this package. I've used it for work, and it's been very successful at addressing our use-case. I have a small request/recommendation. The doc string here indicates that
redundancy
should return a pd.Series object--we found that another requirement is that the object should have an index with the feature values. Without it, this chunk will update the redundancy dataframe to np.nan values.Happy to make the adjustment and PR myself if you agree.
The text was updated successfully, but these errors were encountered: