Daniel Yeh
Daniel Yeh
Hi guys, I implemented the make_s_curve function and corresponding tests for it in https://github.com/dask/dask-ml/pull/967. However, one of the tests is failing consistently, even though I have verified the values in...
Hi everyone, I implemented a make_s_curve function and corresponding tests for it. However, one of the tests is currently failing consistently, even though I have verified the values in the...
It would be great to support boolean-mask indexing, e.g.: ```python out = values[mask] ``` to gather all elements where mask == True. Right now, this requires manual index construction and...
## Proposed changes Guard access of `cache_`. #2133, #2086 ## Checklist Put an `x` in the boxes that apply. - [x] I have read the [CONTRIBUTING](https://github.com/ml-explore/mlx/blob/main/CONTRIBUTING.md) document - [x] I...