Skip to content
Merged
Prev Previous commit
Next Next commit
comments
  • Loading branch information
Eugene Fedorenko authored and Eugene Fedorenko committed Feb 20, 2020
commit 79b8f946b7145e430318c4c9cea5311e6e590420
2 changes: 1 addition & 1 deletion docs/code_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ High level directory structure for this repository:
├── README.md <- The top-level README for developers using this project.
```

The repository provides a template with folders structure suitable for maintaining multiple ML projects. There are common folders such as ***.pipelines***, ***environment_setup***, ***ml_service*** and folders containing the code base for each ML project. This repository contains a single sample ML project in the ***diabetes_regression*** folder. This folder is going to be renamed to your project name by the [bootstrap procedure](../bootstrap/README.md).
The repository provides a template with folders structure suitable for maintaining multiple ML projects. There are common folders such as ***.pipelines***, ***environment_setup***, ***ml_service*** and folders containing the code base for each ML project. This repository contains a single sample ML project in the ***diabetes_regression*** folder. This folder is going to be automatically renamed to your project name if you follow the [bootstrap procedure](../bootstrap/README.md).

### Environment Setup

Expand Down