From 346939495837d408172f8e35278b56f7a5ee7441 Mon Sep 17 00:00:00 2001 From: SmritiSatyanV <94349093+SmritiSatyanV@users.noreply.github.com> Date: Thu, 3 Feb 2022 09:45:18 +0530 Subject: [PATCH] Added directive to refer from other repos (#650) Signed-off-by: SmritiSatyanV --- .../spark_horovod/keras_spark_rossmann_estimator.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cookbook/case_studies/ml_training/spark_horovod/keras_spark_rossmann_estimator.py b/cookbook/case_studies/ml_training/spark_horovod/keras_spark_rossmann_estimator.py index 39cbf4d5c..82223db53 100644 --- a/cookbook/case_studies/ml_training/spark_horovod/keras_spark_rossmann_estimator.py +++ b/cookbook/case_studies/ml_training/spark_horovod/keras_spark_rossmann_estimator.py @@ -1,4 +1,6 @@ """ +.. _spark_horovod_keras: + Data-Parallel Distributed Training Using Horovod on Spark --------------------------------------------------------- @@ -728,4 +730,4 @@ def horovod_spark_wf( # We can run the code locally too, provided Spark is enabled and the plugin is set up in the environment. if __name__ == "__main__": metrics_directory = horovod_spark_wf() - print(f"Find the model and predictions at {metrics_directory}") \ No newline at end of file + print(f"Find the model and predictions at {metrics_directory}")