datagoat
Ask yes/no, score, choice and rank questions about cases. Datagoat answers from what happened to cases like them: deterministic, with reasons, and a signed Verdict. It refuses rather than guess.
pip install datagoat
datagoat signup # a free test key for the sample datasets
datagoat sample # ask about sample:saas_churn and verify the answer
from datagoat import Client, yesno, score
dg = Client() # reads DATAGOAT_API_KEY, or the key `datagoat signup` saved
out = dg.ask({"churn": yesno("churned", outcome_is_desirable=False)},
dataset_id="sample:saas_churn", entity_column="customer_id",
subject_kind="org", cases={"ids": ["cust_0001"]})
Docs: https://datagoat.io/docs
Release files for datagoat 1.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| datagoat-1.0.0.tar.gz | 12.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| datagoat-1.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 24.1 kB
Release files / datagoat-1.0.0.tar.gz
| Download URL | datagoat-1.0.0.tar.gz |
|---|---|
| Size | 12.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
27d31ea1014095584b19f8ca1e34f3061e2a96a6f7cb49e1d68e4c80ef1efb29
|
|
BLAKE2b-256 checksum How to use checksums |
f9f61f708d87a26b1004ab6e6ac36eccba7a48f809a45a298b03f0233df6bb21
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.10
|
Release files / datagoat-1.0.0-py3-none-any.whl
| Download URL | datagoat-1.0.0-py3-none-any.whl |
|---|---|
| Size | 11.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
125ec78ed9af01565ea18b13c0cfb84e80849e39224f6bf611dc996bbaa16f6f
|
|
BLAKE2b-256 checksum How to use checksums |
9290c1199ba03b7e48719aeff5ea50c6f107815980f5dd085c6a42b5951b2718
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.10
|