#machine learning
Build Your Own Linear Regression: Implementations, Hyperparameters and their Optimizations
Implement linear regression from scratch using two different algorithms. Compare implementation results to what sklearn
library provides on a real-world dataset. Tune them to reach balance between accuracy and performance via hyperparameters.