Aishwarya Badlani
Aishwarya Badlani
Hi @mathurinm i recently gone through your discussion approach is understandable. I can try a PR
Hi @mathurinm @tomaszkacprzak! I've successfully implemented the DoubleQuadratic datafit as discussed. **Implementation highlights:** - Asymmetric quadratic loss: `L(ε,α) = (1/2n) * Σᵢ (2α + 2(1-2α) * 1[εᵢ>0]) * εᵢ²` -...
Hi @mathurinm @Badr-MOUFAD @tomaszkacprzak 👋 Just wanted to follow up on this PR adding the DoubleQuadratic datafit discussed in issue #272. The implementation is complete, all tests are green ,...
Hi @mathurinm, I'd like to take this on! I'll: 1. Add gsroptim and Cython to the test requirements in pyproject.toml 2. Convert the reference script into a proper test 3....
Hi @justinchuby, I'd like to work on this issue. Based on the discussion, it seems the consensus is to **remove integer type support in opset 21** since: - Log/Exp don't...
Hey @neevparikh, Thanks for reporting this! I can reproduce the issue and have identified the root cause. Problem: The metr-evals/malt-public dataset contains deeply nested conversation data that exceeds PyArrow's 16MB...
hi @neevparikh I've updated the fix based on your feedback. The new approach uses row group reading as a fallback when both to_batches() and to_table() fail. I've successfully tested it...