Katharine Xiao
Katharine Xiao
Hi @nviets, thanks for your response! We have some ideas about the federated learning problem - could you share some more details about your use case so that we can...
Hi @nviets, thanks for the example scenario. We will follow up on this thread with a suggested approach!
Hi @EduardoPassaro, thanks for raising this issue! This definitely highlights the need for some notion of progress to be communicated during the fit process. In order to help us understand...
Hi @zredlined, thanks for taking a look at the Gretel implementation in SDGym! Please feel free to submit a PR with the updates you have proposed. You can link it...
@TanguyUrvoy `make lint` returns the following errors: ``` Run invoke lint No broken requirements found. ERROR: /home/runner/work/SDMetrics/SDMetrics/sdmetrics/single_table/__init__.py Imports are incorrectly sorted. ERROR: /home/runner/work/SDMetrics/SDMetrics/sdmetrics/single_table/base.py Imports are incorrectly sorted. ERROR: /home/runner/work/SDMetrics/SDMetrics/sdmetrics/single_table/detection/sklearn.py Imports...
@TanguyUrvoy We're still seeing lint issues. The lint fixes should only be on the files that you are modifying, because the other files already pass the lint. Could you make...