The official Python SDK for DataScope: The Machine Learning Observability Platform
Project description
DataScope ML SDK
The official Python SDK for DataScope, the premier Machine Learning Observability Platform.
Installation
pip install datascope-ml
Quick Start
Seamlessly upload and analyze your Pandas DataFrames directly from your Jupyter Notebook or Python IDE.
import pandas as pd
import datascope
# Load your local dataset
df = pd.read_csv("my_training_data.csv")
# Initialize the DataScope client
client = datascope.Client(api_key="YOUR_API_KEY")
# Upload and generate analysis
# This automatically opens your browser to the results dashboard!
client.analyze(
df,
project_name="fraud_detection_v2",
target_column="is_fraud",
prediction_type="classification"
)
Features
- Zero Friction: No need to export CSVs and drag-and-drop into a browser.
- Privacy First: Data dictionaries and outlier math can run locally, minimizing data sent over the network.
- Auto-Browser Launch: Automatically opens your Vercel-hosted dashboard as soon as the backend completes analysis.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
datascope_ml-1.0.2.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file datascope_ml-1.0.2.tar.gz.
File metadata
- Download URL: datascope_ml-1.0.2.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
436dd3a7d7a60c4f230427881771e8a23e166d22e82f396e39d53a6d74a1878e
|
|
| MD5 |
6a40b997cdfd28feb044422e69998d86
|
|
| BLAKE2b-256 |
6892f0af9e4d6ef99f8f86be9cca5f588ecd9d57a3cd43515437a0665abecb88
|
File details
Details for the file datascope_ml-1.0.2-py3-none-any.whl.
File metadata
- Download URL: datascope_ml-1.0.2-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84d9289d1d2aeeeef03bfe545b11fa61b1a2a0b2da80be011324cd292eba9513
|
|
| MD5 |
4f4d980386e61ba4ebfb50b4261ef24f
|
|
| BLAKE2b-256 |
14952cc9f0669619fa376a103b8fa22b821c5692a87392c4778ea1ab4ecb6a11
|