AttributeError: 'module' object has no attribute 'sum_axis'
Open
- Dominant language
- Jupyter Notebook
- Stars
- 606
- Forks
- 315
- PR merge metrics
- No merged PRs in 30d
Description
Notebooks data.ipynb and matrix_factorization.ipynb are populated with
```python
mx.sym.sum_axis()
```
which raises the attribute error.
Guess should be
```python
mx.sym.sum()
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.