Samples for NimbusML, a Python machine learning package providing simple interoperability between ML.NET and scikit-learn components.
Перейти к файлу
pieths 52806a142a
Merge pull request #34 from pieths/experimental-removal
Remove experimental references in documentation.
2020-01-24 12:52:53 -08:00
.github/ISSUE_TEMPLATE Update issue templates 2018-11-01 15:29:53 -07:00
media Initial checkin 2018-10-19 10:16:44 -07:00
samples Add comment explaining what the predicted output format. 2019-11-06 10:54:37 -08:00
tests Fixed the issue of using wrong parameter names `#16` 2019-06-07 15:25:46 -07:00
.gitignore Initial commit 2018-10-19 04:19:19 -07:00
.vsts-ci.yml Initial checkin 2018-10-19 10:16:44 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-11-01 15:29:37 -07:00
CONTRIBUTING.md Remove experimental references in documentation. 2020-01-24 11:57:44 -08:00
LICENSE Initial commit 2018-10-19 04:19:23 -07:00
PULL_REQUEST_TEMPLATE.md Create PULL_REQUEST_TEMPLATE.md 2018-11-01 15:31:32 -07:00
README.md Remove experimental references in documentation. 2020-01-24 11:57:44 -08:00

README.md

Samples for NimbusML

NimbusML is a package of Python bindings for the ML.NET framework. ML.NET is a machine learning framework designed for .NET developers to build and use great machine learning models in their applications. It provides battle-tested state-of-the-art ML algorithms, transforms and components, aiming to make them useful for all developers. However, we also know that often people work in multiple programming languages or work in teams where people use multiple programming languages.

In machine learning, Python has become very popular. We want to enable as many people to benefit from the ML.NET machine learning framework as possible and enable teams to work together, so we've created this project as Python bindings for ML.NET.

This is an open source project located at https://github.com/Microsoft/NimbusML. We'd love for you to try it out and/or contribute! For a full list of the samples/notebooks, please refer to our documentation.

Try today with Azure Notebooks - free Jupyter based notebooks in the Azure cloud

  1. Azure Notebooks Import sample notebooks into Azure Notebooks.

  2. Open one of the sample notebooks.

    Make sure the Azure Notebook kernel is set to Python 3.6 when you open a notebook.

    set kernel to Python 3.6

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.