Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
feat: titanic example (#2)
Browse files Browse the repository at this point in the history
Closes #1.

### Summary of Changes

Add [Titanic
data](https://www.openml.org/search?type=data&sort=runs&id=40945&status=active)
and a function `load_titanic` to load it.

---------

Co-authored-by: lars-reimann <lars-reimann@users.noreply.github.com>
  • Loading branch information
lars-reimann and lars-reimann authored Mar 7, 2023
1 parent 9cc2aea commit 8390c7a
Show file tree
Hide file tree
Showing 9 changed files with 1,634 additions and 8 deletions.
306 changes: 299 additions & 7 deletions src/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.10"
safe-ds = "^0.1.0"
safe-ds = "^0.2.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.2.1"
Expand Down
Loading

0 comments on commit 8390c7a

Please sign in to comment.