A collection of machine learning models and practice projects built using Python and Jupyter Notebook while learning core ML concepts.
- Linear Regression
- Logistic Regression
- Python
- NumPy
- Pandas
- Matplotlib
- Scikit-learn
- Jupyter Notebook
Each model contains:
- Jupyter Notebook implementation
- Dataset files (CSV)
- Saved model files (.pkl)
This repository is created for:
- Machine learning practice
- Understanding ML algorithms
- Model implementation and experimentation