- Linear Regression
- Linear Reg MultiVariate
- Gradient Descent
- Save and Load Model
- One Hot Encoding
- Train test split
- Logistic regression
- Logistic Regression Multiclass
- Decision Tree
- SVM
- Random Forest
- K Fold Cross validation
- K Means
- Naive Bayes
- Grid Search
- Regularization
Your contributions to this repository are highly welcome! Follow the steps below to contribute:
-
Fork the Repository: Click on the "Fork" button at the top right corner of this repository to create your copy.
-
Clone Your Fork: Clone the repository to your local machine. Open a terminal and run the following command:
https://github.com/Saswankar1/ML.git
-
Make Changes: Make your desired changes to the codebase. Feel free to work on any topic or address any issues you've identified.
git add . git commit -m "Your Changes" git push origin feature/feature-name
Thank you for contributing! 🚀