Welcome to the Machine Learning Algorithms and Projects Repository! This repository contains a collection of machine learning algorithms implemented in Python, along with some end-to-end machine learning projects.
-
Algorithms we will use:
-
Projects
- [California house price prediction]
- [Tashkent house price prediction]
- [Credit status check]
- [Diabetes Diagnosis]
- [Cancer check Status]
- [Customer Churn]
- [Customer Clustering - Unsupervised learning ML]
The code in this repository is written in Python. You need the following libraries to run the scripts:
- NumPy
- Pandas
- Matplotlib
- Scikit-learn
You can install these libraries using pip:
pip install numpy pandas matplotlib scikit-learn