Roman Lutz
Roman Lutz
This is by design AFAIK. If we allowed loading multiple times you could have something like ``` constraint = DemographicParity() eg = ExponentiatedGradient(constraints=constraint, ...) eg.fit(...) # calls load_data and sets...
> Did you mean to include `filename.png` ? I did not. Removed it now, though! Thanks.
Still not ready to properly review. I got the code running properly including the plot output which was one of the main obstacles in the past. I also switched to...
> @romanlutz do you think it would be possible to get this user guide in for the next release (I currently put this on June 1)? I think it would...
With two weeks to go before the 3rd anniversary of this PR I have finally gotten it into a reviewable state!!! @fairlearn/fairlearn-maintainers please take a look. Would love to get...
I'm not 100% sure what happened here since it's been a year almost. The original feature request to have "N/A" was completed. We since switched to no longer using `sphinx-multiversion`...
#1183 makes them run on GitHub workflows via `all-deps` with the `requirementsPinned` arg set to `"true"`. I suspect they'll still fail and I have some guess as to why: Python...
> Thank you @romanlutz Of course! For context, we discussed this in the community call last week. Since there were quite a few ipynb-to-py (and md to rst) peculiarities that...
@LeJit why is seaborn in the dependencies? I don't see it used.
I'll try to get to it today. I have a bunch of tiny fixes locally as well. I suspect the linter will make me do a whole lot of fixes,...