Python icon indicating copy to clipboard operation
Python copied to clipboard

[PYTEST WARNING] Machine learning local weighted learning

Open CaedenPH opened this issue 3 years ago • 1 comments

Feature description

@venkateshtantravahi Please could you resolve this warning

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)

origin: #7211

CaedenPH avatar Oct 16 '22 10:10 CaedenPH

Feature description

@venkateshtantravahi Please could you resolve this warning

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)

origin: #7211

Can you assign me to this issue ?

Jpduker avatar Oct 17 '22 16:10 Jpduker