Customer Success Scorecard
Project description
Customer Success Scorecard (CSS) Mini
Customer Success Scorecard (CSS) helps our customers better understand their use of Salesforce products. Whether it is implementation details or license activations, you can track progress over time and double-click on specific areas of your organization’s performance.
As you can imagine, this takes a lot of data: telemetry, business metrics, CRM data, and more. Data Cloud lets us bring all of this data into one place where we can run machine learning models to give meaning to this data.
One question we get all the time from customers is, “How do we build our own CSS?” While we have been happy to share our journey, this is the first time we are showing everything you need in step-by-step detail to set up a miniature version of CSS from scratch!
What is this repo?
This repository comprises the machine learning back-end that is leveraged via Einstein Studio's bring your own model functionality.
There are three elements within this repo:
css-mini
codebase — This is the Python package that defines our scoring algorithm. You can install it viapip
and use it for anything you would like.infrastructure
— Terraform code to deploy a minimal ML service within AWS.example/
— Here we host tutorials involving CSS. If you find yourself here as part of a blog or tutorial, that is the right place to start.
Python Package Installation
Packaged in this repo is our Python logic that defines a scoring algorithm to score arbitrary numerical values then group them in a hierarchy for high level insights.
You can install the package directly from pip
.
pip install css-mini
Issues?
Visit our Issues page to submit any questions, concerns, or bugs!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file css_mini-0.1.0a2.tar.gz
.
File metadata
- Download URL: css_mini-0.1.0a2.tar.gz
- Upload date:
- Size: 17.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 636661a1a1d37d82af7719dc42a21187ac1db70077f2dd4c468a747102537b57 |
|
MD5 | 51b251aca6a73a970330b6ac94af06f9 |
|
BLAKE2b-256 | 433f810eae8a349eb1bc2a21a3304299f08630228d8b99723644b9d8befc06dd |
File details
Details for the file css_mini-0.1.0a2-py3-none-any.whl
.
File metadata
- Download URL: css_mini-0.1.0a2-py3-none-any.whl
- Upload date:
- Size: 31.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2054ce3b1a778f73364de191e1b3d78fdb42569b7bd28c6565251b5ba6f0c110 |
|
MD5 | ddfda124f156fe03549679bbf8e75eb6 |
|
BLAKE2b-256 | 913fb0a2c032d2c1ebd3d1679147e2c9bd1227ae571591f1eec43b51f7f43bb5 |