André Cruz

Results 17 comments of André Cruz

Hi Can you provide a minimal working example? The following code runs fine for me on the latest aequitas: ```py import random import numpy as np import pandas as pd...

`cloudpickle` does seem to work, thanks!

Thanks for the thorough feedback Roman! All points sound very reasonable. A few specific questions: 1. I don't see an easy solution to implement it as a single-class (without a...

hey, can we merge this? :slightly_smiling_face:

Thanks for the feedback! I addressed most comments, and will be going through the remaining points throughout the week.

Regarding the plot, I can add that exact plotting function from Figure 9 as implemented [here](https://github.com/socialfoundations/error-parity/blob/main/error_parity/threshold_optimizer.py#L387). For now, I wanted to get the core working and ready to merge, the...

Thanks for the reply Veiga 😄 1. I just tested it and it does _not_ work on my older Intel mac. It crashes with the same exact error: ![image](https://user-images.githubusercontent.com/13498941/198529773-efc05c91-9ace-47ec-a050-1f7fa9fa8184.png) The...

In the meantime I commented the tags for compatibility with MacOS and Windows from PyPI and linked this issue in the respective code block. Plus added a line to the...

Hi @tmcarvalho Are you able to install and use the standard `lightgbm` package? (should be possible on intel-based macs) If so, then you can install fairgbm directly from source instead...

Hi @eustomaqua Unfortunately compatibility with macOS is not maintained. Please try to use a linux machine. For example, Google Colab is free and works fine with `fairgbm`. Here's an example...