Skip to content

[PYTEST WARNING] Machine learning local weighted learning #7307

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
CaedenPH opened this issue Oct 16, 2022 · 1 comment · Fixed by #8069
Closed

[PYTEST WARNING] Machine learning local weighted learning #7307

CaedenPH opened this issue Oct 16, 2022 · 1 comment · Fixed by #8069
Labels
enhancement This PR modified some existing files

Comments

@CaedenPH
Copy link
Contributor

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 CaedenPH added the enhancement This PR modified some existing files label Oct 16, 2022
@Jpduker
Copy link

Jpduker commented Oct 17, 2022

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This PR modified some existing files
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants