James Budarz

Results 30 comments of James Budarz

Will this make it easier/unnecessary to convert back and forth between Pandas DataFrames and Binary Label Datasets, for example? I've been having issues with Reweighing, as AIF360 tends to only...

Hi @hoffmansc, yes, I've been having trouble understanding how to use convert_to_dataframe() after creating my own BinaryLabelDataset. Perhaps it's my own fault, but I can't find the documentation that describes...

Thanks for the help- this led me to a resolution: Pandas' get_dummies() uses the separator prefix_sep="_" by default, and convert_to_dataframe() uses sep="=" by default. It might be helpful to explain...

I've gladly submitted a PR. It looks like reversing dummy-encoding could soon become a part of pandas itself, which AIF360 may be able to leverage for scikit-learn compatibility: https://github.com/pandas-dev/pandas/pull/31795

I'm getting the same error, but for context I also just changed my Fresh RSS container in a few ways - Switched from linuxserver.io's FreshRSS Docker container to the official...

I believe I have the latest version available in F-Droid, and the Play Store doesn't recognize that 3.9.800 can be upgraded to 3.9.807 (even though 3.9.807 is the Play Store...

Interesting, I'll switch to the Play Store version then. I didn't know there was a systemic delay in F-Droid.

> I think I need to follow the instructions in this url, https://www.kubeflow.org/docs/distributions/aws/authentication/authentication/, to provide TLS authentication for kubeflow. I'll try it and will let you know the outcome. It...

It would still be useful to allow users to pass arbitrary arrays (as long as they have the correct number of rows). The way to proceed for undersampling is straightforward,...