Skip to content

Add simple linear regression implementation using OOP concepts#19

Open
Sheedsa wants to merge 1 commit intoLinkedInLearning:mainfrom
Sheedsa:claude/linear-regression-implementation-8ejxE
Open

Add simple linear regression implementation using OOP concepts#19
Sheedsa wants to merge 1 commit intoLinkedInLearning:mainfrom
Sheedsa:claude/linear-regression-implementation-8ejxE

Conversation

@Sheedsa
Copy link

@Sheedsa Sheedsa commented Feb 11, 2026

Demonstrates dataclasses, composition, magic methods (str, repr, call), and least-squares regression with standard library only.

https://claude.ai/code/session_01Bxm15bjeKqWxyKcstiJP4E

Demonstrates dataclasses, composition, magic methods (__str__, __repr__,
__call__), and least-squares regression with standard library only.

https://claude.ai/code/session_01Bxm15bjeKqWxyKcstiJP4E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants