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

Latest commit

 

History

History
31 lines (17 loc) · 1.99 KB

CONTRIBUTING.md

File metadata and controls

31 lines (17 loc) · 1.99 KB

Welcome!

If you are here, it means you are interested in helping us out. A hearty welcome and thank you! 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.

Building and Devleopment

See the Developer Guide for details about building from source and developing in this repo.