Machine learning code includes various regression techniques. By ↃK.
-
Updated
Jan 12, 2025 - Python
Machine learning code includes various regression techniques. By ↃK.
I have applied the fundamental idea of Linear Regression with Single Variable input. I implemented the Gradian Descent algorithm simply from scratch with no libraries such as Scikit-Learn. I just used NumPy.
Use Boston data to carry out simple Regression, LASSO polynomials, Decision Trees and Random Forest techniques.
Add a description, image, and links to the simple-regression topic page so that developers can more easily learn about it.
To associate your repository with the simple-regression topic, visit your repo's landing page and select "manage topics."