-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update ml training tutorial pages, other minor fixes (#295)
Signed-off-by: cosmicBboy <[email protected]>
- Loading branch information
1 parent
2f68075
commit 018bfbf
Showing
7 changed files
with
104 additions
and
85 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
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
34 changes: 18 additions & 16 deletions
34
cookbook/case_studies/ml_training/pima_diabetes/README.rst
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,34 @@ | ||
:nosearch: | ||
|
||
################ | ||
ML Training | ||
################ | ||
|
||
.. panels:: | ||
:header: text-center | ||
|
||
.. link-button:: auto/case_studies/ml_training/pima_diabetes/index | ||
:type: ref | ||
:text: Diabetes Classification | ||
:classes: btn-block stretched-link | ||
^^^^^^^^^^^^ | ||
Train an XGBoost model on the Pima Indians Diabetes Dataset | ||
|
||
--- | ||
|
||
.. link-button:: auto/case_studies/ml_training/house_price_prediction/index | ||
:type: ref | ||
:text: House Price Regression | ||
:classes: btn-block stretched-link | ||
^^^^^^^^^^^^ | ||
Use dynamic workflows to train a multiregion house price prediction model. | ||
|
||
|
||
.. toctree:: | ||
:maxdepth: -1 | ||
:caption: Contents | ||
:hidden: | ||
|
||
auto/case_studies/ml_training/pima_diabetes/index | ||
auto/case_studies/ml_training/house_price_prediction/index | ||
|
||
.. admonition:: Coming Soon! | ||
|
||
Data Parallel Training, Distributed Training, and Single Node Training | ||
.. TODO: write tutorials for data parallel training, distributed training, and single node training |