This repository contains a complete Python learning exercise that covers most of the topics helpful for Machine Learning.
- Notebooks: Jupyter notebooks for various topics in machine learning.
- Data: Sample datasets used in the notebooks.
- Scripts: Python scripts for data preprocessing, model training, etc.
- Clone the repository:
git clone https://github.com/VedantSinngh/Machine-Learning-Practice.git
- Navigate to the repository directory:
cd Machine-Learning-Practice
- Install the required dependencies:
pip install -r requirements.txt
- Open any Jupyter notebook in the
Notebooks
directory to start learning and experimenting with machine learning concepts. - Use the scripts in the
Scripts
directory to preprocess data and train models.