tg12
tg12
Just some slight tweaks, code formatting, etc etc. Added my project as a list.
PEP8 Formatting plus other light fixes
I am getting a NaN on donchian_channel I have upgraded all my python packages, I have a df with High and Low price. It runs fine just produces NaN -----------------DEBUG-----------------...
I am curious, about ipv4-addresses.txt, What is that and why are so many of the IP's owned by two companies in particular. Traiana Inc and Nokia. https://www.cmegroup.com/services/traiana.html Does this mean...
Feel free to add my Repo https://github.com/tg12/PoC_CVEs I curate a list of PoC's listed on Github for CVE's
I've made several quality-of-life improvements to this repository while preserving the core functionality created by the original author. Changes include implementing PEP 8 formatting standards, adding NumPy 2.0 compatibility, restructuring...
Previously using histogram bin centers instead of the actual data to compute log-likelihood. That made AIC/BIC comparisons meaningless because likelihood was based on aggregated counts, not raw observations. Fixed so...
This pull request introduces a series of improvements and code cleanups across multiple files, focusing on code style consistency, module import order, and enhanced documentation for the BWGNN implementation. The...