Welcome to the Machine Learning & Data Science repository! This repository contains Jupyter notebooks related to various machine learning and data science libraries such as Pandas, NumPy, Matplotlib, Scikit-learn, and more. These notebooks are designed to help enthusiasts on their ML journey. Additionally, exercise and exercise_solutions notebooks are provided for each library to practice and test your understanding.
To access the notebooks on your local system, follow these steps:
-
Clone the repository:
git clone https://github.com/mohsinansari0705/Machine-Learning-Data-Science.git
-
Navigate to the repository directory:
cd "Machine Learning & Data Science"
-
Create a conda environment (optional but recommended):
conda create env --perfix [path where you want to create env]
-
Activate the conda environment:
conda activate [path to your env]
-
Install the required packages:
conda install pandas, numpy, matplotlib, scikit-learn, jupyter
Open the Jupyter notebooks using Jupyter Lab or Jupyter Notebook:
jupyter lab
# or
jupyter notebook
Navigate to the desired notebook and start exploring the content. Each notebook is self-contained and includes explanations, code examples, and exercises.
We welcome contributions to improve the repository. To contribute, follow these steps:
- Fork the repository(not forget to star the repo).
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of changes"
- Push to the branch:
git push origin feature-branch
- Create a pull request detailing your changes.
This repository is licensed under the MIT License. See the LICENSE file for more information.
Happy learning!