You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
machine_learning/local_weighted_learning/local_weighted_learning.py: 87 warnings
/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/numpy/matrixlib/defmatrix.py:69: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
return matrix(data, dtype=dtype, copy=False)
machine_learning/local_weighted_learning/local_weighted_learning.py: 87 warnings
/opt/hostedtoolcache/Python/3.10.7/x64/lib/python3.10/site-packages/numpy/matrixlib/defmatrix.py:69: PendingDeprecationWarning: the matrix subclass is not the recommended way to represent matrices or deal with linear algebra (see https://docs.scipy.org/doc/numpy/user/numpy-for-matlab-users.html). Please adjust your code to use regular ndarray.
return matrix(data, dtype=dtype, copy=False)
Feature description
@venkateshtantravahi Please could you resolve this warning
origin: #7211
The text was updated successfully, but these errors were encountered: