Skip to content

A user-friendly library for Data Science in Python.

License

Notifications You must be signed in to change notification settings

gantanikhilraj/Stdlib

 
 

Repository files navigation

Safe-DS Python Library

PyPI Main codecov Documentation Status

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:

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.x.y version range). Feedback is very welcome! If you have a suggestion or find a bug, please open an issue. If you have a question, please use our discussion forum.

Documentation

You can find the full documentation here.

Installation

Get the latest version from PyPI:

pip install safe-ds

About

A user-friendly library for Data Science in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.4%
  • JavaScript 0.6%