Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sap-samples/cloud-ml-basic-intro
A basic introduction to the concepts of machine learning for SAP developers.
https://github.com/sap-samples/cloud-ml-basic-intro
jupyter-notebooks machine-learning python sample sample-code sap sap-developers-tutorial training
Last synced: about 1 month ago
JSON representation
A basic introduction to the concepts of machine learning for SAP developers.
- Host: GitHub
- URL: https://github.com/sap-samples/cloud-ml-basic-intro
- Owner: SAP-samples
- License: apache-2.0
- Created: 2020-12-01T16:48:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T15:48:03.000Z (12 months ago)
- Last Synced: 2024-01-02T16:48:00.923Z (12 months ago)
- Topics: jupyter-notebooks, machine-learning, python, sample, sample-code, sap, sap-developers-tutorial, training
- Language: Jupyter Notebook
- Homepage: https://developers.sap.com/tutorials/cp-ml-primer.html
- Size: 483 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloud-ml-basic-intro
[![REUSE status](https://api.reuse.software/badge/github.com/SAP-samples/cloud-ml-basic-intro)](https://api.reuse.software/info/github.com/SAP-samples/cloud-ml-basic-intro)
## Description
Supporting sample code repository for the SAP Developer Tutorial - Machine Learning Primer for the SAP Developer available at https://developers.sap.com/tutorials/cp-ml-primer.html
### You will learn
- How to use `Python`, `Jupyter Notebook`, `Numpy`, and `Pandas`
- How to build a text classification model using `Scikit-Learn`
- How to analyze model accuracy## Requirements
- General understanding of Python helpful, but not required
## Download and Installation
For usage instructions please follow the steps available in the Developer Tutorial: https://developers.sap.com/tutorials/cp-ml-primer.html
## Known Issues
None
## How to obtain support
This project is provided "as-is": there is no guarantee that raised issues will be answered or addressed in future releases.
## License
Copyright (c) 2024 SAP SE or an SAP affiliate company. All rights reserved. This project is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSES/Apache-2.0.txt) file.