forked from microsoft/MLOpsPython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,3 @@ | ||
# Bootstrap from MLOpsPython repository | ||
|
||
To use this existing project structure and scripts for your new ML project, you can quickly get started from the existing repository, bootstrap and create a template that works for your ML project. | ||
|
||
Bootstrapping will prepare a directory structure for your project which includes: | ||
|
||
* renaming files and folders from the base project name `diabetes_regression` to your project name | ||
* fixing imports and absolute path based on your project name | ||
* deleting and cleaning up some directories | ||
|
||
To bootstrap from the existing MLOpsPython repository: | ||
|
||
1. Ensure Python 3 is installed locally | ||
1. Clone this repository locally | ||
1. Run bootstrap.py script | ||
`python bootstrap.py -d [dirpath] -n [projectname]` | ||
* `[dirpath]` is the absolute path to the root of the directory where MLOpsPython is cloned | ||
* `[projectname]` is the name of your ML project | ||
For steps on how to use the bootstrap script, please see the "Bootstrap the project" section of the [custom model guide](../docs/custom_model.md#bootstrap-the-project). |
This file contains 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
This file contains 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