Conversation
Copilot
AI
restored the
copilot/fix-53854d10-433f-4ae4-977e-d8a84577bc6c
branch
September 17, 2025 05:20
Copilot
AI
changed the title
[WIP] Create project folder and file structure for DP-100-Mini-Projects
Create complete folder structure for DP-100 Mini Projects repository
Sep 17, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR establishes the foundational folder structure for the DP-100 Mini Projects repository, creating all necessary directories and placeholder files as outlined in the project documentation.
Changes Made
Created the complete weekly project structure:
Week1_BuildYourLab/ - Environment setup and workspace design
workspace_setup.md- Azure ML workspace configuration guideconda_env.yml- Environment dependencies specificationsample_data/- Directory for sample datasets (Thai rainfall, NYC taxi, etc.)compute_config.json- Compute targets configurationWeek2_SentimentExplorer/ - Data exploration and experimentation
automl_notebook.ipynb- AutoML experiments for Thai/English review datareview_data/- Directory for Thai restaurant review datasetsmlflow_tracking.md- MLflow experiment tracking documentationWeek3_SmartDeployment/ - Model training, pipelines, and deployment
training_script.py- Custom training scripts for school attendance predictionpipeline_config.json- ML pipeline configurationdeployment_test.md- Online and batch endpoint deployment guideWeek4_AskTheArchive/ - Language model optimization and RAG
promptflow_chain.json- Prompt flow SDK chain definitionsrag_config.md- RAG configuration for Thai educational documentsfine_tuning_script.py- Fine-tuning scripts for Thai-English datasetsAll files are created as empty placeholders, ready for future content development. The structure aligns perfectly with the existing README.md documentation and supports the project-based learning approach for the Azure Data Scientist Associate certification.
Impact
This establishes the foundation for hands-on DP-100 learning modules, enabling structured development of:
The repository is now ready for classroom and professional development use with a clear, organized structure that matches the weekly curriculum outlined in the documentation.
This pull request was created as a result of the following prompt from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.