Python/machine_learning/local_weighted_learning
Tianyi Zheng 725731c8d2
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>
2023-01-02 14:07:39 +01:00
..
__init__.py Local Weighted Learning (#5615) 2021-10-31 12:27:50 +01:00
local_weighted_learning.md [pre-commit.ci] pre-commit autoupdate (#7387) 2022-10-17 21:59:25 +02:00
local_weighted_learning.py Refactor local_weighted_learning.py to use np.array (#8069) 2023-01-02 14:07:39 +01:00