Machine learning toolkit from scratch using NumPy
Writing common algorithms from machine learning to code.
This repo will be intermittent update
- Numpy
- Linear regressor
- Ridge regressor
- Lasso regressor
- Logistic regressor
- Decision tree
- Random forest
- SVM
- Mean Squared Error
- Mean Absolute Error
cd WHMLT
python demo.py
- Remember to change the filepath in the
demo.py
from WHMLT.linear import linear
from WHMLT.linear import logistic