Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Code/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This directory should contain all the source code for the project. Some structur
It is recommended to maintain the three main folders as "01_DataPrep", "02_Modeling", and "03_Deployment" and follow the steps of the TDSP data science process as outlined [(link)](https://github.com/Azure/Microsoft-TDSP). However, if this does not work for your project such as a big data project without a model or the code is contained in a single process, you are free to restructure folders within "Code" to suit your needs, as long as you number the folders numerically according to the stages of the process to which you approach the problem, e.g. "01_DataPrep" and "02_Deployment" if there contains no model.

Please delete the comments above and use this ReadMe file to describe the structure of your code.
### Code/01_DataPrep
### Code/01_Data_Acquisition_and_Understanding
[comment]: # (Include brief description of what was done here.)

### Code/02_Modeling
Expand Down