-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: integrate version 0.25.0 of the
safe-ds
Python library (#1174)
### Summary of Changes Integrate version 0.25.0 of the `safe-ds` Python library ([release notes](https://github.com/Safe-DS/Library/releases/tag/v0.25.0)).
- Loading branch information
1 parent
d89511e
commit f357c38
Showing
182 changed files
with
10,913 additions
and
17,651 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
search: | ||
boost: 0.5 | ||
--- | ||
|
||
# `#!sds abstract class` Dataset {#safeds.data.labeled.containers.Dataset data-toc-label='Dataset'} | ||
|
||
A dataset is used as input to machine learning models. | ||
|
||
**Inheritors:** | ||
|
||
- [`ImageDataset`][safeds.data.labeled.containers.ImageDataset] | ||
- [`TabularDataset`][safeds.data.labeled.containers.TabularDataset] | ||
|
||
??? quote "Stub code in `Dataset.sdsstub`" | ||
|
||
```sds linenums="6" | ||
class Dataset | ||
``` |
106 changes: 0 additions & 106 deletions
106
docs/api/safeds/data/labeled/containers/ExperimentalTabularDataset.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.