This repository contains notebooks and files for the Coursera Microsoft Azure Data Scientist Associate (DP-100) Professional Certificate, which is designed to help you prepare for the DP-100 Exam.
Each folder in the root directory corresponds to a course in the specialization.
- Course 1: Create Machine Learning Models in Microsoft Azure
- Course 2: Microsoft Azure Machine Learning for Data Scientists
- Course 3: Build and Operate Machine Learning Solutions with Azure
- Course 4: Perform data science with Azure Databricks
- Course 5: Prepare for DP-100: Data Science on Microsoft Azure Exam
To use the notebooks in this repository, you will need to have Jupyter Notebook installed on your machine. You can install Jupyter Notebook using pip:
pip install jupyter
You will also need to install any dependencies required by the notebooks. These dependencies are listed in the requirements.txt file in each course folder.
To use the notebooks in this repository, you can clone the repository to your local machine:
git clone https://github.com/hugosouto/coursera-microsoft-azure-ds-specialization.git
Then, navigate to the course folder you are interested in and launch Jupyter Notebook:
cd coursera-microsoft-azure-ds-specialization/<course_folder>
jupyter notebook
This will launch Jupyter Notebook in your web browser, where you can open and run the notebooks.
If you find an error or have a suggestion for improvement, please open an issue or submit a pull request.
This repository is licensed under the MIT License. See the LICENSE file for details.