This was created only using NumPy with the intention of exploring the inner workings of classical machine learning libraries such as scikit learn.
Please refer to the Regression.ipynb for demo,
- Use Object.fit and Object.predict to train and predict, similar to scikit-learn
- Python: 3.10.10
git clone https://github.com/VishalParmar07/Learning_How_Machine_Learns-regression.git
cd Learning_How_Machine_Learns-regression
pip install -r requirements.txt