1
0
Форкнуть 0
Cookiecutter template for testing Python scikit-learn regression learners.
Перейти к файлу
Rich Chiodo efaf431a19
Merge pull request #6 from microsoft/users/GitHubPolicyService/41a2024d-e605-48c9-a85e-93193cb98924
Adding Microsoft SECURITY.MD
2023-06-12 12:39:27 -07:00
hooks Initial commit 2017-08-31 11:36:34 -07:00
{{cookiecutter.app_name}} Update URL to link to main repo instead of fork. 2019-11-26 10:11:27 -08:00
.gitignore Initial commit 2017-08-31 08:56:18 -07:00
LICENSE Initial commit 2017-08-31 11:36:34 -07:00
README.md Initial commit 2017-08-31 11:36:34 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 19:52:06 +00:00
cookiecutter.json Initial commit 2017-08-31 11:36:34 -07:00
stockvalues.csv Add dataset and update URL used in Python script. 2019-11-25 17:48:00 -08:00

README.md

python-sklearn-regression-cookiecutter

A Cookiecutter template for a Python application that demonstrates the use of scikit-learn regression learners.

Using this template

  1. Install Cookiecutter
  2. cookiecutter gh:Microsoft/python-sklearn-regression-cookiecutter (or cookiecutter https://github.com/Microsoft/python-sklearn-regression-cookiecutter.git if you prefer)
  3. Fill in the Cookiecutter items (see below as to what each item represents)
  4. Install required Python packages as needed (these will vary based on which parts of the code you enable).

Cookiecutter items

  • app_name: the name of the folder/project to create
  • create_vs_project: y to create a Visual Studio project file (.pyproj)

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.