Safe-DS Python Library
A user-friendly library for Data Science (DS) in Python.
Our goal is to make DS more accessible to a wider audience by providing a simple, intuitive, and consistent API to solve common tasks on small to moderately sized datasets. As such, a major focus is to provide a learning tool for DS novices.
Instead of implementing DS methods from scratch, we use established DS libraries under the hood such as:
- polars for manipulation of tabular data,
- scikit-learn for classical machine learning,
- torch for deep learning, and
- matplotlib for visualization.
For more specialized tasks, we recommend using these or other DS libraries directly.
Note that this library is still in development and not yet ready for production. Expect breaking changes in the future
without a major version bump (while in the 0.y.z version range). Feedback is very welcome, however! If you have a
suggestion or find a bug, please open an issue. If you have a
question, please use our discussion forum.
Installation
Get the latest version from PyPI:
pip install safe-ds
On a Windows PC with an NVIDIA graphics card, you may also want to install the CUDA versions of torch and
torchvision:
pip install --upgrade torch torchvision --index-url https://download.pytorch.org/whl/cu128
Documentation
You can find the full documentation here.
Contributing
We welcome contributions from everyone. As a starting point, check the following resources:
If you need further help, please use our discussion forum.
Release files for safe-ds 0.31.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 | |
|---|---|---|---|
| safe_ds-0.31.0.tar.gz | 140.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| safe_ds-0.31.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 363.6 kB
Release files / safe_ds-0.31.0.tar.gz
| Download URL | safe_ds-0.31.0.tar.gz |
|---|---|
| Size | 140.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
08f186557cf37bb87468380944b6c4e8590bd8832eacad02401705c73fc5da34
|
|
BLAKE2b-256 checksum How to use checksums |
a3b929ae972a37b94eb02ce7bf314f880f8809c8f6b36ae30c0434fa6adeed13
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.12.3 Linux/6.11.0-1015-azure
|
Release files / safe_ds-0.31.0-py3-none-any.whl
| Download URL | safe_ds-0.31.0-py3-none-any.whl |
|---|---|
| Size | 222.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
751dd460958e929f3f0edae33f7da04db3ca2403a73e4017f94e0f98e06a7d1c
|
|
BLAKE2b-256 checksum How to use checksums |
99943e14edfd0dda5c0f8a1a207714ddafa425bd91376a316231e092e1e33439
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.1.3 CPython/3.12.3 Linux/6.11.0-1015-azure
|