Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Adding initial code for the MLOps with Databricks#1

Merged
dtzar merged 3 commits intomasterfrom
riserrad/initial-code
Jun 28, 2019
Merged

Adding initial code for the MLOps with Databricks#1
dtzar merged 3 commits intomasterfrom
riserrad/initial-code

Conversation

@riserrad
Copy link
Copy Markdown
Contributor

@riserrad riserrad commented Jun 28, 2019

Purpose

Does this introduce a breaking change?

[ ] Yes
[X] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

It adds the initial code to the repo

How to Test

  • Please follow instructions on README to setup the infrastructure. More instructions on how to setup the train pipeline to come.

Initial usage:

  • Create your databricks cluster and take note of
    • The Cluster ID
    • A Personal Access Token you can create following this guidance

Then:

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code
# First, manage to have your cluster up and running for the process through cluster_manager.py
python3 ./cluster_config/cluster_manager.py --help

# Then, invoke the Train pipeline:
python3 ./aml_service/pipelines/train_pipeline.py --help

What to Check

Make sure that the AML pipeline is triggered and successfully executed:

  • Experiment steps ran
  • Model registered on AML Service

@riserrad riserrad requested a review from dtzar June 28, 2019 23:34
@dtzar dtzar merged commit 5a25c42 into master Jun 28, 2019
@dtzar dtzar deleted the riserrad/initial-code branch June 28, 2019 23:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants