Skip to content

Commit

Permalink
doc: remove reference to runme in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 committed Dec 9, 2021
1 parent 14b335f commit 6a58691
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Expand Up @@ -37,18 +37,15 @@ this process:
produce PySpark bindings.
- Use SparkML `PipelineStage`s so your algorithm can be used as a part of
pipeline.
- For parameters use `MMLParam`s.
- Implement model saving and loading by extending SparkML `MLReadable`.
- Use good Scala style.
- Binary dependencies should be on Maven Central.
- See this [pull request](https://github.com/Microsoft/SynapseML/pull/22) for an
- See this [pull request](https://github.com/microsoft/SynapseML/pull/1282) for an
example contribution.

#### Implement tests

- Set up build environment. Use a Linux machine or VM (we use Ubuntu, but other
distros should work too), and install environment using the [`runme`
script](runme).
- Set up build environment using the (developer guide)[https://microsoft.github.io/SynapseML/docs/reference/developer-readme/]
- Test your code locally.
- Add tests using ScalaTests — unit tests are required.
- A sample notebook is required as an end-to-end test.
Expand Down

0 comments on commit 6a58691

Please sign in to comment.