cnellington / Contextualized

An SKLearn-style toolbox for estimating and analyzing models, distributions, and functions with context-specific parameters.
http://contextualized.ml/
GNU General Public License v3.0
65 stars 9 forks source link

Updates to fix style issues. #126

Closed blengerich closed 1 year ago

blengerich commented 1 year ago

Use pyment, black, and manual editing to fix about half of the pyLint warnings. Functionality should be the same as before, but pyLint score has improved to 6.92.

The majority of pyLint issues are now with networks, which need to be re-organized before style updates.