fairlearn/fairlearn
GitHub で見るMNT Replace the Pytorch and Tensorflow test mocks with actual instances
Open
#1,417 opened on 2024年10月21日
help wantedmaintenancetest
Repository metrics
- Stars
- (2,254 stars)
- PR merge metrics
- (PR metrics pending)
説明
While working on https://github.com/fairlearn/fairlearn/pull/1405 we came across a picking error raised by scikit-learn's estimator checks. The error is situated in the file where both Pytorch and Tensorflow are mocked for testing purposes.
In order to improve maintainability, we've agreed to replace the mocks with real instances.
I am creating an issue for planning and transparency purposes.
I will look into the replacement shortly. Please let me know if you have any concerns or comments about the change.