When creating a model an error would occur due to code in helper.py (...\site-packages\supereeg\helpers.py) file specifically on lines 533,539,568,569,910,945,950, and 1385 where the code "as_matrix" was seen. The issue was resolved locally by replacing "as_matrix" with "to_numpy".
When creating a model an error would occur due to code in helper.py (...\site-packages\supereeg\helpers.py) file specifically on lines 533,539,568,569,910,945,950, and 1385 where the code "as_matrix" was seen. The issue was resolved locally by replacing "as_matrix" with "to_numpy".