SIGN IN SIGN UP
TheAlgorithms / Python UNCLAIMED

All Algorithms implemented in Python

0 0 1 Python

Refactor `local_weighted_learning.py` to use `np.array` (#8069)

* updating DIRECTORY.md

* Format local_weighted_learning.py doctests for clarity

* Refactor local_weighted_learning.py to use np.array instead of np.mat

The np.matrix class is planned to be eventually depreciated in favor of
np.array, and current use of the class raises warnings in pytest

* Update local_weighted_learning.py documentation

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
T
Tianyi Zheng committed
725731c8d289f742bfde3f159a538a47d19c27dc
Parent: 7c1d23d
Committed by GitHub <[email protected]> on 1/2/2023, 1:07:39 PM