Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.97 KB

CONTRIBUTING.md

File metadata and controls

27 lines (15 loc) · 1.97 KB

Welcome!

If you are here, it means you are interested in helping us out. A hearty welcome and thank you! While this is an experimental project, we will make our best effort to respond to feedback and issues. If you would like to join the effort, here are ways you can contribute to the NimbusML project:

  • Offer PRs to fix bugs or implement new features.
  • Give us feedback and bug reports regarding the software or the documentation.
  • Improve our examples, tutorials, and documentation.

NimbusML and ML.NET

NimbusML provides Python bindings for the ML.NET library of machine learning algorithms. If you would like to contribute to the underlying library of algorithms, please check out ML.NET. If you would like to contribute to the NimbusML python bindings project, please read on.

New Contributers

If you are new to GitHub here is a detailed help source on getting involved with development on GitHub.

As a first time contributor, you will be invited to sign the Contributor License Agreement (CLA). Please follow the instructions of the dotnet foundation bot reviewer on your PR to sign the agreement indicating that you have appropriate rights to your contribution.

Your pull request needs to reference a filed issue. Please fill in the template that is populated for the pull request. Only pull requests addressing small typos can have no issues associated with them.

An ML.NET team member will be assigned to your pull request once the continuous integration checks have passed successfully.

All commits in a pull request will be squashed to a single commit with the original creator as author.

Style Guide

See the Style Guide for information about coding styles, source structure, making pull requests, and more.