Tirath Bhathawala
Tirath Bhathawala
@Atif0604 Kindly assign me this issue. I would love to contribute as a GsSoC Contributor.
@fkiraly Please review. I have fixed RelativeLoss class to avoid shared state bug and improve architecture. Key changes: - Replace class-level attribute modifications with instance-level storage to prevent one RelativeLoss...
Hi @fkiraly, I've added some tests using the `get_test_params` method and refactored the coercion logic into a `_coerce_to_metric` function within the `_coerce.py` file.
Hi, Thank you for pointing that out. I’ve removed _CallableForecastingErrorMetric and updated _coerce_to_metric to wrap any bare function directly in _DynamicForecastingErrorMetric. Please let me know if anything else needs refinement.
Hi! I noticed this issue was recently assigned, I'd also be very interested in contributing to it. If the current assignee is open to collaboration or if there's a way...
Hey @benHeid, Please review the changes I have made.