Google Summer of Code 2026 - Avanish Salunke

Recent Posts

June 18, 2026

Building on top of the fitted model

This week started with fixing the things my mentors pointed out, then moved into adding the first real user-facing method, predict, along with a few internal refactors that will make the upcoming stepwiselm much easier to build.

June 05, 2026

Starting with the LinearModel class

Establish core LinearModel architecture: define protected public/private properties, override display methods for formatted statistical output, and implement custom subscripted reference method.