A user-friendly library for Data Science in Python.
Project description
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/cu121
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.
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 safe_ds-0.28.1.tar.gz
.
File metadata
- Download URL: safe_ds-0.28.1.tar.gz
- Upload date:
- Size: 123.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | df691b782c87ae5298fa4118deb5334dd6678bfa9fd2b7eba7c42e41f63a9147 |
|
MD5 | 48c5d6c3212080c3bcdc841d97eef3d6 |
|
BLAKE2b-256 | 43b6d1d3275e849cb031b9e4e7148aa5699e75e90a4fcf842fad43a52295ec2c |
File details
Details for the file safe_ds-0.28.1-py3-none-any.whl
.
File metadata
- Download URL: safe_ds-0.28.1-py3-none-any.whl
- Upload date:
- Size: 193.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.8.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c772747553694470f5389b3261547a9e2272777fb9899ddfccb54af791fe527 |
|
MD5 | bb7c754355a8e77afc5fcc0f25d80166 |
|
BLAKE2b-256 | 76a7bb3443bc92f00e46fed70d6563d6780ba7c35cfc996e4fe21c4143ff34b4 |