Merge pull request #18 from ehrlinger/master

Add extra readme files.
This commit is contained in:
John Ehrlinger 2019-01-07 15:48:21 -05:00 коммит произвёл GitHub
Родитель a589427204 9870c5f7ed
Коммит 4de6e5dfe5
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 11 добавлений и 1 удалений

Просмотреть файл

@ -70,4 +70,4 @@ The `quartz_cron_expression` takes [Quartz cron](http://www.quartz-scheduler.org
# Conclusion # Conclusion
The actual work of this scenario is done through this Azure Databricks job. The job executes the `3_Scoring_Pipeline` notebook, which depends on a machine learning model existing on the Azure Databricks file storage. We created the model using the `2_Training_Pipeline` notebook. The actual work of this scenario is done through this Azure Databricks job. The job executes the `3_Scoring_Pipeline` notebook, which depends on a machine learning model existing on the Azure Databricks file storage. We created the model using the `2_Training_Pipeline` notebook which used the data downloaded with the `1_data_ingestion` notebook.

5
jobs/Readme.md Normal file
Просмотреть файл

@ -0,0 +1,5 @@
# Azure Databricks job templates
This folder contains the template used to create the Azure Databricks job that does the batch scoring.
Instructions to use this file are located at https://github.com/Azure/BatchSparkScoringPredictiveMaintenance/blob/master/BatchScoringJob.md

5
scripts/Readme.md Normal file
Просмотреть файл

@ -0,0 +1,5 @@
# Azure Databricks job customization script
This folder contains the script that customizes the template file used to create the Azure Databricks job that does the batch scoring.
Instructions to use this file are located at https://github.com/Azure/BatchSparkScoringPredictiveMaintenance/blob/master/BatchScoringJob.md