Given two 2D arrays (grids), perform a windowed linear regression between the two. Aim: removal of correlated component between two variables.
8
stars
2
forks
source link
Implement: pip package, providing CLI tool #4
Closed
apasto closed 8 months ago
From the concept-stage script to a package, with the necessary refactoring, and the configuration for setuptools.
Summary:
linreg-grids.py
-> modules indecorrelategrids
packagesetup.py
with metadata, including entry point to install the cli toolenvironment.yml
(moved to setup), except for pipSee also: entry in roadmap #2